Shades of Deep Magenta #C905D2
Tints of Deep Magenta #C905D2
RGB
CMYK
RGB Variations
Color information
#C905D2 (or 0xC905D2) is known color: Deep Magenta. HEX triplet: C9, 05 and D2. RGB value is (201,5,210). Sum of RGB (Red+Green+Blue) = 201+5+210=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 5 (2.34% from 255 or 1.20% from 416); Blue value is 210 (82.42% from 255 or 50.48% from 416); Max value from RGB is 210 - color contains mainly: blue. Hex color #C905D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C905D2 is #36FA2D. Grayscale: #565656. Windows color (decimal): -3602990 or 13764041. OLE color: 13764041.
HSL color Cylindrical-coordinate representation of color #C905D2: hue angle of 297.37º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C905D2 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 5 | 210 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.18 |
| HSL | 297.37º | 0.95% | 0.42% | - |
| HSV(B) | 297.37º | 0.98% | 0.82% | - |
| XYZ | 35.77 | 17.18 | 62.4 | - |
| YUV | 86.97 | 197.43 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 5 | 210 | 0.04 | 0.98 | 0 | 0.18 | 297.37 | 0.95 | 0.42 |
| Hex | C9 | 5 | D2 | 4 | 62 | 0 | 12 | 129 | 5F | 2A |
| Octal | 311 | 5 | 322 | 4 | 142 | 0 | 22 | 451 | 137 | 52 |
| Binary | 11001001 | 101 | 11010010 | 100 | 1100010 | 0 | 10010 | 100101001 | 1011111 | 101010 |
Color Harmonies of #C905D2
Complementary color
Monochromatic Colors of #C905D2
Black with #C905D2
Text Example
Text Example
White with #C905D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C905D2; }
p { color: rgb(201,5,210); }
H1.HeaderClassName
{
color: #C905D2;
}
.AnyTagClassName
{
color: #C905D2;
}
</style>
background-color css
<style>
a { background-color: #C905D2; }
a { background-color: rgb(201,5,210); }
div.DivClassName
{
background-color: #C905D2;
}
.BgClassName
{
background-color: #C905D2;
}
</style>
border-color css
<style>
span { border-color: #C905D2; }
span { border-color: rgb(201,5,210); }
td.TdClassName
{
border-color: #C905D2;
}
.TagClassName
{
border-color: #C905D2;
}
</style>