Shades of Deep Magenta #C903CB
Tints of Deep Magenta #C903CB
RGB
CMYK
RGB Variations
Color information
#C903CB (or 0xC903CB) is known color: Deep Magenta. HEX triplet: C9, 03 and CB. RGB value is (201,3,203). Sum of RGB (Red+Green+Blue) = 201+3+203=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #C903CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903CB is #36FC34. Grayscale: #545454. Windows color (decimal): -3603509 or 13304777. OLE color: 13304777.
HSL color Cylindrical-coordinate representation of color #C903CB: hue angle of 299.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903CB is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 3 | 203 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.20 |
| HSL | 299.4º | 0.97% | 0.4% | - |
| HSV(B) | 299.4º | 0.99% | 0.8% | - |
| XYZ | 34.9 | 16.79 | 57.9 | - |
| YUV | 85 | 194.6 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 203 | 0.01 | 0.99 | 0 | 0.20 | 299.4 | 0.97 | 0.4 |
| Hex | C9 | 3 | CB | 1 | 63 | 0 | 14 | 12B | 61 | 28 |
| Octal | 311 | 3 | 313 | 1 | 143 | 0 | 24 | 453 | 141 | 50 |
| Binary | 11001001 | 11 | 11001011 | 1 | 1100011 | 0 | 10100 | 100101011 | 1100001 | 101000 |
Color Harmonies of #C903CB
Complementary color
Monochromatic Colors of #C903CB
Black with #C903CB
Text Example
Text Example
White with #C903CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903CB; }
p { color: rgb(201,3,203); }
H1.HeaderClassName
{
color: #C903CB;
}
.AnyTagClassName
{
color: #C903CB;
}
</style>
background-color css
<style>
a { background-color: #C903CB; }
a { background-color: rgb(201,3,203); }
div.DivClassName
{
background-color: #C903CB;
}
.BgClassName
{
background-color: #C903CB;
}
</style>
border-color css
<style>
span { border-color: #C903CB; }
span { border-color: rgb(201,3,203); }
td.TdClassName
{
border-color: #C903CB;
}
.TagClassName
{
border-color: #C903CB;
}
</style>