Shades of Deep Magenta #C103B7
Tints of Deep Magenta #C103B7
RGB
CMYK
RGB Variations
Color information
#C103B7 (or 0xC103B7) is known color: Deep Magenta. HEX triplet: C1, 03 and B7. RGB value is (193,3,183). Sum of RGB (Red+Green+Blue) = 193+3+183=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C103B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C103B7 is #3EFC48. Grayscale: #4F4F4F. Windows color (decimal): -4127817 or 11994049. OLE color: 11994049.
HSL color Cylindrical-coordinate representation of color #C103B7: hue angle of 303.16º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C103B7 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 3 | 183 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.24 |
| HSL | 303.16º | 0.97% | 0.38% | - |
| HSV(B) | 303.16º | 0.98% | 0.76% | - |
| XYZ | 30.57 | 14.82 | 46.05 | - |
| YUV | 80.33 | 185.95 | 208.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 3 | 183 | 0 | 0.98 | 0.05 | 0.24 | 303.16 | 0.97 | 0.38 |
| Hex | C1 | 3 | B7 | 0 | 62 | 5 | 18 | 12F | 61 | 26 |
| Octal | 301 | 3 | 267 | 0 | 142 | 5 | 30 | 457 | 141 | 46 |
| Binary | 11000001 | 11 | 10110111 | 0 | 1100010 | 101 | 11000 | 100101111 | 1100001 | 100110 |
Color Harmonies of #C103B7
Complementary color
Monochromatic Colors of #C103B7
Black with #C103B7
Text Example
Text Example
White with #C103B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C103B7; }
p { color: rgb(193,3,183); }
H1.HeaderClassName
{
color: #C103B7;
}
.AnyTagClassName
{
color: #C103B7;
}
</style>
background-color css
<style>
a { background-color: #C103B7; }
a { background-color: rgb(193,3,183); }
div.DivClassName
{
background-color: #C103B7;
}
.BgClassName
{
background-color: #C103B7;
}
</style>
border-color css
<style>
span { border-color: #C103B7; }
span { border-color: rgb(193,3,183); }
td.TdClassName
{
border-color: #C103B7;
}
.TagClassName
{
border-color: #C103B7;
}
</style>