Shades of Deep Magenta #C900D0
Tints of Deep Magenta #C900D0
RGB
CMYK
RGB Variations
Color information
#C900D0 (or 0xC900D0) is known color: Deep Magenta. HEX triplet: C9, 00 and D0. RGB value is (201,0,208). Sum of RGB (Red+Green+Blue) = 201+0+208=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #C900D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C900D0 is #36FF2F. Grayscale: #535353. Windows color (decimal): -3604272 or 13631689. OLE color: 13631689.
HSL color Cylindrical-coordinate representation of color #C900D0: hue angle of 297.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900D0 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 0 | 208 | - |
| CMYK | 0.03 | 1 | 0 | 0.18 |
| HSL | 297.98º | 1% | 0.41% | - |
| HSV(B) | 297.98º | 1% | 0.82% | - |
| XYZ | 35.47 | 16.97 | 61.08 | - |
| YUV | 83.81 | 198.09 | 211.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 0 | 208 | 0.03 | 1 | 0 | 0.18 | 297.98 | 1 | 0.41 |
| Hex | C9 | 0 | D0 | 3 | 64 | 0 | 12 | 12A | 64 | 29 |
| Octal | 311 | 0 | 320 | 3 | 144 | 0 | 22 | 452 | 144 | 51 |
| Binary | 11001001 | 0 | 11010000 | 11 | 1100100 | 0 | 10010 | 100101010 | 1100100 | 101001 |
Color Harmonies of #C900D0
Complementary color
Monochromatic Colors of #C900D0
Black with #C900D0
Text Example
Text Example
White with #C900D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C900D0; }
p { color: rgb(201,0,208); }
H1.HeaderClassName
{
color: #C900D0;
}
.AnyTagClassName
{
color: #C900D0;
}
</style>
background-color css
<style>
a { background-color: #C900D0; }
a { background-color: rgb(201,0,208); }
div.DivClassName
{
background-color: #C900D0;
}
.BgClassName
{
background-color: #C900D0;
}
</style>
border-color css
<style>
span { border-color: #C900D0; }
span { border-color: rgb(201,0,208); }
td.TdClassName
{
border-color: #C900D0;
}
.TagClassName
{
border-color: #C900D0;
}
</style>