Shades of Deep Magenta #C904CD
Tints of Deep Magenta #C904CD
RGB
CMYK
RGB Variations
Color information
#C904CD (or 0xC904CD) is known color: Deep Magenta. HEX triplet: C9, 04 and CD. RGB value is (201,4,205). Sum of RGB (Red+Green+Blue) = 201+4+205=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #C904CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C904CD is #36FB32. Grayscale: #555555. Windows color (decimal): -3603251 or 13436105. OLE color: 13436105.
HSL color Cylindrical-coordinate representation of color #C904CD: hue angle of 298.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904CD is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 4 | 205 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.20 |
| HSL | 298.81º | 0.96% | 0.41% | - |
| HSV(B) | 298.81º | 0.98% | 0.8% | - |
| XYZ | 35.15 | 16.91 | 59.17 | - |
| YUV | 85.82 | 195.27 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 4 | 205 | 0.02 | 0.98 | 0 | 0.20 | 298.81 | 0.96 | 0.41 |
| Hex | C9 | 4 | CD | 2 | 62 | 0 | 14 | 12B | 60 | 29 |
| Octal | 311 | 4 | 315 | 2 | 142 | 0 | 24 | 453 | 140 | 51 |
| Binary | 11001001 | 100 | 11001101 | 10 | 1100010 | 0 | 10100 | 100101011 | 1100000 | 101001 |
Color Harmonies of #C904CD
Complementary color
Monochromatic Colors of #C904CD
Black with #C904CD
Text Example
Text Example
White with #C904CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C904CD; }
p { color: rgb(201,4,205); }
H1.HeaderClassName
{
color: #C904CD;
}
.AnyTagClassName
{
color: #C904CD;
}
</style>
background-color css
<style>
a { background-color: #C904CD; }
a { background-color: rgb(201,4,205); }
div.DivClassName
{
background-color: #C904CD;
}
.BgClassName
{
background-color: #C904CD;
}
</style>
border-color css
<style>
span { border-color: #C904CD; }
span { border-color: rgb(201,4,205); }
td.TdClassName
{
border-color: #C904CD;
}
.TagClassName
{
border-color: #C904CD;
}
</style>