Shades of Deep Magenta #C814CA
Tints of Deep Magenta #C814CA
RGB
CMYK
RGB Variations
Color information
#C814CA (or 0xC814CA) is known color: Deep Magenta. HEX triplet: C8, 14 and CA. RGB value is (200,20,202). Sum of RGB (Red+Green+Blue) = 200+20+202=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #C814CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CA is #37EB35. Grayscale: #5E5E5E. Windows color (decimal): -3664694 or 13243592. OLE color: 13243592.
HSL color Cylindrical-coordinate representation of color #C814CA: hue angle of 299.34º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814CA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 20 | 202 | - |
| CMYK | 0.01 | 0.90 | 0 | 0.21 |
| HSL | 299.34º | 0.82% | 0.44% | - |
| HSV(B) | 299.34º | 0.9% | 0.79% | - |
| XYZ | 34.73 | 17.04 | 57.34 | - |
| YUV | 94.57 | 188.63 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 202 | 0.01 | 0.90 | 0 | 0.21 | 299.34 | 0.82 | 0.44 |
| Hex | C8 | 14 | CA | 1 | 5A | 0 | 15 | 12B | 52 | 2C |
| Octal | 310 | 24 | 312 | 1 | 132 | 0 | 25 | 453 | 122 | 54 |
| Binary | 11001000 | 10100 | 11001010 | 1 | 1011010 | 0 | 10101 | 100101011 | 1010010 | 101100 |
Color Harmonies of #C814CA
Complementary color
Monochromatic Colors of #C814CA
Black with #C814CA
Text Example
Text Example
White with #C814CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814CA; }
p { color: rgb(200,20,202); }
H1.HeaderClassName
{
color: #C814CA;
}
.AnyTagClassName
{
color: #C814CA;
}
</style>
background-color css
<style>
a { background-color: #C814CA; }
a { background-color: rgb(200,20,202); }
div.DivClassName
{
background-color: #C814CA;
}
.BgClassName
{
background-color: #C814CA;
}
</style>
border-color css
<style>
span { border-color: #C814CA; }
span { border-color: rgb(200,20,202); }
td.TdClassName
{
border-color: #C814CA;
}
.TagClassName
{
border-color: #C814CA;
}
</style>