Shades of Deep Magenta #C907DC
Tints of Deep Magenta #C907DC
RGB
CMYK
RGB Variations
Color information
#C907DC (or 0xC907DC) is known color: Deep Magenta. HEX triplet: C9, 07 and DC. RGB value is (201,7,220). Sum of RGB (Red+Green+Blue) = 201+7+220=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 7 (3.12% from 255 or 1.64% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #C907DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907DC is #36F823. Grayscale: #585858. Windows color (decimal): -3602468 or 14419913. OLE color: 14419913.
HSL color Cylindrical-coordinate representation of color #C907DC: hue angle of 294.65º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907DC is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 7 | 220 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.14 |
| HSL | 294.65º | 0.94% | 0.45% | - |
| HSV(B) | 294.65º | 0.97% | 0.86% | - |
| XYZ | 37.08 | 17.74 | 69.18 | - |
| YUV | 89.29 | 201.77 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 220 | 0.09 | 0.97 | 0 | 0.14 | 294.65 | 0.94 | 0.45 |
| Hex | C9 | 7 | DC | 9 | 61 | 0 | E | 127 | 5E | 2D |
| Octal | 311 | 7 | 334 | 11 | 141 | 0 | 16 | 447 | 136 | 55 |
| Binary | 11001001 | 111 | 11011100 | 1001 | 1100001 | 0 | 1110 | 100100111 | 1011110 | 101101 |
Color Harmonies of #C907DC
Complementary color
Monochromatic Colors of #C907DC
Black with #C907DC
Text Example
Text Example
White with #C907DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907DC; }
p { color: rgb(201,7,220); }
H1.HeaderClassName
{
color: #C907DC;
}
.AnyTagClassName
{
color: #C907DC;
}
</style>
background-color css
<style>
a { background-color: #C907DC; }
a { background-color: rgb(201,7,220); }
div.DivClassName
{
background-color: #C907DC;
}
.BgClassName
{
background-color: #C907DC;
}
</style>
border-color css
<style>
span { border-color: #C907DC; }
span { border-color: rgb(201,7,220); }
td.TdClassName
{
border-color: #C907DC;
}
.TagClassName
{
border-color: #C907DC;
}
</style>