Shades of Deep Magenta #C907D2
Tints of Deep Magenta #C907D2
RGB
CMYK
RGB Variations
Color information
#C907D2 (or 0xC907D2) is known color: Deep Magenta. HEX triplet: C9, 07 and D2. RGB value is (201,7,210). Sum of RGB (Red+Green+Blue) = 201+7+210=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 210 (82.42% from 255 or 50.24% from 418); Max value from RGB is 210 - color contains mainly: blue. Hex color #C907D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907D2 is #36F82D. Grayscale: #575757. Windows color (decimal): -3602478 or 13764553. OLE color: 13764553.
HSL color Cylindrical-coordinate representation of color #C907D2: hue angle of 297.34º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907D2 is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 201 | 7 | 210 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.18 |
| HSL | 297.34º | 0.94% | 0.43% | - |
| HSV(B) | 297.34º | 0.97% | 0.82% | - |
| XYZ | 35.8 | 17.22 | 62.41 | - |
| YUV | 88.15 | 196.77 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 210 | 0.04 | 0.97 | 0 | 0.18 | 297.34 | 0.94 | 0.43 |
| Hex | C9 | 7 | D2 | 4 | 61 | 0 | 12 | 129 | 5E | 2B |
| Octal | 311 | 7 | 322 | 4 | 141 | 0 | 22 | 451 | 136 | 53 |
| Binary | 11001001 | 111 | 11010010 | 100 | 1100001 | 0 | 10010 | 100101001 | 1011110 | 101011 |
Color Harmonies of #C907D2
Complementary color
Monochromatic Colors of #C907D2
Black with #C907D2
Text Example
Text Example
White with #C907D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907D2; }
p { color: rgb(201,7,210); }
H1.HeaderClassName
{
color: #C907D2;
}
.AnyTagClassName
{
color: #C907D2;
}
</style>
background-color css
<style>
a { background-color: #C907D2; }
a { background-color: rgb(201,7,210); }
div.DivClassName
{
background-color: #C907D2;
}
.BgClassName
{
background-color: #C907D2;
}
</style>
border-color css
<style>
span { border-color: #C907D2; }
span { border-color: rgb(201,7,210); }
td.TdClassName
{
border-color: #C907D2;
}
.TagClassName
{
border-color: #C907D2;
}
</style>