Shades of Deep Magenta #C903CE
Tints of Deep Magenta #C903CE
RGB
CMYK
RGB Variations
Color information
#C903CE (or 0xC903CE) is known color: Deep Magenta. HEX triplet: C9, 03 and CE. RGB value is (201,3,206). Sum of RGB (Red+Green+Blue) = 201+3+206=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #C903CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C903CE is #36FC31. Grayscale: #545454. Windows color (decimal): -3603506 or 13501385. OLE color: 13501385.
HSL color Cylindrical-coordinate representation of color #C903CE: hue angle of 298.52º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C903CE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 3 | 206 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.19 |
| HSL | 298.52º | 0.97% | 0.41% | - |
| HSV(B) | 298.52º | 0.99% | 0.81% | - |
| XYZ | 35.26 | 16.94 | 59.8 | - |
| YUV | 85.34 | 196.1 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 3 | 206 | 0.02 | 0.99 | 0 | 0.19 | 298.52 | 0.97 | 0.41 |
| Hex | C9 | 3 | CE | 2 | 63 | 0 | 13 | 12B | 61 | 29 |
| Octal | 311 | 3 | 316 | 2 | 143 | 0 | 23 | 453 | 141 | 51 |
| Binary | 11001001 | 11 | 11001110 | 10 | 1100011 | 0 | 10011 | 100101011 | 1100001 | 101001 |
Color Harmonies of #C903CE
Complementary color
Monochromatic Colors of #C903CE
Black with #C903CE
Text Example
Text Example
White with #C903CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C903CE; }
p { color: rgb(201,3,206); }
H1.HeaderClassName
{
color: #C903CE;
}
.AnyTagClassName
{
color: #C903CE;
}
</style>
background-color css
<style>
a { background-color: #C903CE; }
a { background-color: rgb(201,3,206); }
div.DivClassName
{
background-color: #C903CE;
}
.BgClassName
{
background-color: #C903CE;
}
</style>
border-color css
<style>
span { border-color: #C903CE; }
span { border-color: rgb(201,3,206); }
td.TdClassName
{
border-color: #C903CE;
}
.TagClassName
{
border-color: #C903CE;
}
</style>