Shades of Deep Magenta #C900DC
Tints of Deep Magenta #C900DC
RGB
CMYK
RGB Variations
Color information
#C900DC (or 0xC900DC) is known color: Deep Magenta. HEX triplet: C9, 00 and DC. RGB value is (201,0,220). Sum of RGB (Red+Green+Blue) = 201+0+220=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 0 (0.39% from 255 or 0% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #C900DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900DC is #36FF23. Grayscale: #545454. Windows color (decimal): -3604260 or 14418121. OLE color: 14418121.
HSL color Cylindrical-coordinate representation of color #C900DC: hue angle of 294.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900DC is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 0 | 220 | - |
| CMYK | 0.09 | 1 | 0 | 0.14 |
| HSL | 294.82º | 1% | 0.43% | - |
| HSV(B) | 294.82º | 1% | 0.86% | - |
| XYZ | 37.01 | 17.58 | 69.15 | - |
| YUV | 85.18 | 204.09 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 220 | 0.09 | 1 | 0 | 0.14 | 294.82 | 1 | 0.43 |
| Hex | C9 | 0 | DC | 9 | 64 | 0 | E | 127 | 64 | 2B |
| Octal | 311 | 0 | 334 | 11 | 144 | 0 | 16 | 447 | 144 | 53 |
| Binary | 11001001 | 0 | 11011100 | 1001 | 1100100 | 0 | 1110 | 100100111 | 1100100 | 101011 |
Color Harmonies of #C900DC
Complementary color
Monochromatic Colors of #C900DC
Black with #C900DC
Text Example
Text Example
White with #C900DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900DC; }
p { color: rgb(201,0,220); }
H1.HeaderClassName
{
color: #C900DC;
}
.AnyTagClassName
{
color: #C900DC;
}
</style>
background-color css
<style>
a { background-color: #C900DC; }
a { background-color: rgb(201,0,220); }
div.DivClassName
{
background-color: #C900DC;
}
.BgClassName
{
background-color: #C900DC;
}
</style>
border-color css
<style>
span { border-color: #C900DC; }
span { border-color: rgb(201,0,220); }
td.TdClassName
{
border-color: #C900DC;
}
.TagClassName
{
border-color: #C900DC;
}
</style>