Shades of Deep Magenta #C814CF
Tints of Deep Magenta #C814CF
RGB
CMYK
RGB Variations
Color information
#C814CF (or 0xC814CF) is known color: Deep Magenta. HEX triplet: C8, 14 and CF. RGB value is (200,20,207). Sum of RGB (Red+Green+Blue) = 200+20+207=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 20 (8.20% from 255 or 4.68% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #C814CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CF is #37EB30. Grayscale: #5E5E5E. Windows color (decimal): -3664689 or 13571272. OLE color: 13571272.
HSL color Cylindrical-coordinate representation of color #C814CF: hue angle of 297.75º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814CF is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 20 | 207 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.19 |
| HSL | 297.75º | 0.82% | 0.45% | - |
| HSV(B) | 297.75º | 0.9% | 0.81% | - |
| XYZ | 35.33 | 17.28 | 60.51 | - |
| YUV | 95.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 207 | 0.03 | 0.90 | 0 | 0.19 | 297.75 | 0.82 | 0.45 |
| Hex | C8 | 14 | CF | 3 | 5A | 0 | 13 | 12A | 52 | 2D |
| Octal | 310 | 24 | 317 | 3 | 132 | 0 | 23 | 452 | 122 | 55 |
| Binary | 11001000 | 10100 | 11001111 | 11 | 1011010 | 0 | 10011 | 100101010 | 1010010 | 101101 |
Color Harmonies of #C814CF
Complementary color
Monochromatic Colors of #C814CF
Black with #C814CF
Text Example
Text Example
White with #C814CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814CF; }
p { color: rgb(200,20,207); }
H1.HeaderClassName
{
color: #C814CF;
}
.AnyTagClassName
{
color: #C814CF;
}
</style>
background-color css
<style>
a { background-color: #C814CF; }
a { background-color: rgb(200,20,207); }
div.DivClassName
{
background-color: #C814CF;
}
.BgClassName
{
background-color: #C814CF;
}
</style>
border-color css
<style>
span { border-color: #C814CF; }
span { border-color: rgb(200,20,207); }
td.TdClassName
{
border-color: #C814CF;
}
.TagClassName
{
border-color: #C814CF;
}
</style>