Shades of Deep Magenta #C910CE
Tints of Deep Magenta #C910CE
RGB
CMYK
RGB Variations
Color information
#C910CE (or 0xC910CE) is known color: Deep Magenta. HEX triplet: C9, 10 and CE. RGB value is (201,16,206). Sum of RGB (Red+Green+Blue) = 201+16+206=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 16 (6.64% from 255 or 3.78% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #C910CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C910CE is #36EF31. Grayscale: #5C5C5C. Windows color (decimal): -3600178 or 13504713. OLE color: 13504713.
HSL color Cylindrical-coordinate representation of color #C910CE: hue angle of 298.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C910CE is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 16 | 206 | - |
| CMYK | 0.02 | 0.92 | 0 | 0.19 |
| HSL | 298.42º | 0.86% | 0.44% | - |
| HSV(B) | 298.42º | 0.92% | 0.81% | - |
| XYZ | 35.41 | 17.24 | 59.85 | - |
| YUV | 92.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 16 | 206 | 0.02 | 0.92 | 0 | 0.19 | 298.42 | 0.86 | 0.44 |
| Hex | C9 | 10 | CE | 2 | 5C | 0 | 13 | 12A | 56 | 2C |
| Octal | 311 | 20 | 316 | 2 | 134 | 0 | 23 | 452 | 126 | 54 |
| Binary | 11001001 | 10000 | 11001110 | 10 | 1011100 | 0 | 10011 | 100101010 | 1010110 | 101100 |
Color Harmonies of #C910CE
Complementary color
Monochromatic Colors of #C910CE
Black with #C910CE
Text Example
Text Example
White with #C910CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C910CE; }
p { color: rgb(201,16,206); }
H1.HeaderClassName
{
color: #C910CE;
}
.AnyTagClassName
{
color: #C910CE;
}
</style>
background-color css
<style>
a { background-color: #C910CE; }
a { background-color: rgb(201,16,206); }
div.DivClassName
{
background-color: #C910CE;
}
.BgClassName
{
background-color: #C910CE;
}
</style>
border-color css
<style>
span { border-color: #C910CE; }
span { border-color: rgb(201,16,206); }
td.TdClassName
{
border-color: #C910CE;
}
.TagClassName
{
border-color: #C910CE;
}
</style>