Shades of Deep Magenta #C907CE
Tints of Deep Magenta #C907CE
RGB
CMYK
RGB Variations
Color information
#C907CE (or 0xC907CE) is known color: Deep Magenta. HEX triplet: C9, 07 and CE. RGB value is (201,7,206). Sum of RGB (Red+Green+Blue) = 201+7+206=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #C907CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C907CE is #36F831. Grayscale: #575757. Windows color (decimal): -3602482 or 13502409. OLE color: 13502409.
HSL color Cylindrical-coordinate representation of color #C907CE: hue angle of 298.49º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C907CE is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 7 | 206 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.19 |
| HSL | 298.49º | 0.93% | 0.42% | - |
| HSV(B) | 298.49º | 0.97% | 0.81% | - |
| XYZ | 35.3 | 17.03 | 59.82 | - |
| YUV | 87.69 | 194.77 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 7 | 206 | 0.02 | 0.97 | 0 | 0.19 | 298.49 | 0.93 | 0.42 |
| Hex | C9 | 7 | CE | 2 | 61 | 0 | 13 | 12A | 5D | 2A |
| Octal | 311 | 7 | 316 | 2 | 141 | 0 | 23 | 452 | 135 | 52 |
| Binary | 11001001 | 111 | 11001110 | 10 | 1100001 | 0 | 10011 | 100101010 | 1011101 | 101010 |
Color Harmonies of #C907CE
Complementary color
Monochromatic Colors of #C907CE
Black with #C907CE
Text Example
Text Example
White with #C907CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C907CE; }
p { color: rgb(201,7,206); }
H1.HeaderClassName
{
color: #C907CE;
}
.AnyTagClassName
{
color: #C907CE;
}
</style>
background-color css
<style>
a { background-color: #C907CE; }
a { background-color: rgb(201,7,206); }
div.DivClassName
{
background-color: #C907CE;
}
.BgClassName
{
background-color: #C907CE;
}
</style>
border-color css
<style>
span { border-color: #C907CE; }
span { border-color: rgb(201,7,206); }
td.TdClassName
{
border-color: #C907CE;
}
.TagClassName
{
border-color: #C907CE;
}
</style>