Shades of Deep Magenta #C814CC
Tints of Deep Magenta #C814CC
RGB
CMYK
RGB Variations
Color information
#C814CC (or 0xC814CC) is known color: Deep Magenta. HEX triplet: C8, 14 and CC. RGB value is (200,20,204). Sum of RGB (Red+Green+Blue) = 200+20+204=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 20 (8.20% from 255 or 4.72% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #C814CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814CC is #37EB33. Grayscale: #5E5E5E. Windows color (decimal): -3664692 or 13374664. OLE color: 13374664.
HSL color Cylindrical-coordinate representation of color #C814CC: hue angle of 298.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814CC is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 20 | 204 | - |
| CMYK | 0.02 | 0.90 | 0 | 0.2 |
| HSL | 298.7º | 0.82% | 0.44% | - |
| HSV(B) | 298.7º | 0.9% | 0.8% | - |
| XYZ | 34.97 | 17.14 | 58.59 | - |
| YUV | 94.8 | 189.63 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 20 | 204 | 0.02 | 0.90 | 0 | 0.2 | 298.7 | 0.82 | 0.44 |
| Hex | C8 | 14 | CC | 2 | 5A | 0 | 14 | 12B | 52 | 2C |
| Octal | 310 | 24 | 314 | 2 | 132 | 0 | 24 | 453 | 122 | 54 |
| Binary | 11001000 | 10100 | 11001100 | 10 | 1011010 | 0 | 10100 | 100101011 | 1010010 | 101100 |
Color Harmonies of #C814CC
Complementary color
Monochromatic Colors of #C814CC
Black with #C814CC
Text Example
Text Example
White with #C814CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C814CC; }
p { color: rgb(200,20,204); }
H1.HeaderClassName
{
color: #C814CC;
}
.AnyTagClassName
{
color: #C814CC;
}
</style>
background-color css
<style>
a { background-color: #C814CC; }
a { background-color: rgb(200,20,204); }
div.DivClassName
{
background-color: #C814CC;
}
.BgClassName
{
background-color: #C814CC;
}
</style>
border-color css
<style>
span { border-color: #C814CC; }
span { border-color: rgb(200,20,204); }
td.TdClassName
{
border-color: #C814CC;
}
.TagClassName
{
border-color: #C814CC;
}
</style>