Shades of Deep Magenta #C907DF
Tints of Deep Magenta #C907DF
RGB
CMYK
RGB Variations
Color information
#C907DF (or 0xC907DF) is known color: Deep Magenta. HEX triplet: C9, 07 and DF. RGB value is (201,7,223). Sum of RGB (Red+Green+Blue) = 201+7+223=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 7 (3.12% from 255 or 1.62% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #C907DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907DF is #36F820. Grayscale: #585858. Windows color (decimal): -3602465 or 14616521. OLE color: 14616521.
HSL color Cylindrical-coordinate representation of color #C907DF: hue angle of 293.89º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907DF is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 7 | 223 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.13 |
| HSL | 293.89º | 0.94% | 0.45% | - |
| HSV(B) | 293.89º | 0.97% | 0.87% | - |
| XYZ | 37.48 | 17.9 | 71.29 | - |
| YUV | 89.63 | 203.27 | 207.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 223 | 0.10 | 0.97 | 0 | 0.13 | 293.89 | 0.94 | 0.45 |
| Hex | C9 | 7 | DF | A | 61 | 0 | D | 126 | 5E | 2D |
| Octal | 311 | 7 | 337 | 12 | 141 | 0 | 15 | 446 | 136 | 55 |
| Binary | 11001001 | 111 | 11011111 | 1010 | 1100001 | 0 | 1101 | 100100110 | 1011110 | 101101 |
Color Harmonies of #C907DF
Complementary color
Monochromatic Colors of #C907DF
Black with #C907DF
Text Example
Text Example
White with #C907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907DF; }
p { color: rgb(201,7,223); }
H1.HeaderClassName
{
color: #C907DF;
}
.AnyTagClassName
{
color: #C907DF;
}
</style>
background-color css
<style>
a { background-color: #C907DF; }
a { background-color: rgb(201,7,223); }
div.DivClassName
{
background-color: #C907DF;
}
.BgClassName
{
background-color: #C907DF;
}
</style>
border-color css
<style>
span { border-color: #C907DF; }
span { border-color: rgb(201,7,223); }
td.TdClassName
{
border-color: #C907DF;
}
.TagClassName
{
border-color: #C907DF;
}
</style>