Shades of Deep Magenta #C816CC
Tints of Deep Magenta #C816CC
RGB
CMYK
RGB Variations
Color information
#C816CC (or 0xC816CC) is known color: Deep Magenta. HEX triplet: C8, 16 and CC. RGB value is (200,22,204). Sum of RGB (Red+Green+Blue) = 200+22+204=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #C816CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C816CC is #37E933. Grayscale: #5F5F5F. Windows color (decimal): -3664180 or 13375176. OLE color: 13375176.
HSL color Cylindrical-coordinate representation of color #C816CC: hue angle of 298.68º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C816CC is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 22 | 204 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.2 |
| HSL | 298.68º | 0.81% | 0.44% | - |
| HSV(B) | 298.68º | 0.89% | 0.8% | - |
| XYZ | 35.01 | 17.21 | 58.6 | - |
| YUV | 95.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 22 | 204 | 0.02 | 0.89 | 0 | 0.2 | 298.68 | 0.81 | 0.44 |
| Hex | C8 | 16 | CC | 2 | 59 | 0 | 14 | 12B | 51 | 2C |
| Octal | 310 | 26 | 314 | 2 | 131 | 0 | 24 | 453 | 121 | 54 |
| Binary | 11001000 | 10110 | 11001100 | 10 | 1011001 | 0 | 10100 | 100101011 | 1010001 | 101100 |
Color Harmonies of #C816CC
Complementary color
Monochromatic Colors of #C816CC
Black with #C816CC
Text Example
Text Example
White with #C816CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C816CC; }
p { color: rgb(200,22,204); }
H1.HeaderClassName
{
color: #C816CC;
}
.AnyTagClassName
{
color: #C816CC;
}
</style>
background-color css
<style>
a { background-color: #C816CC; }
a { background-color: rgb(200,22,204); }
div.DivClassName
{
background-color: #C816CC;
}
.BgClassName
{
background-color: #C816CC;
}
</style>
border-color css
<style>
span { border-color: #C816CC; }
span { border-color: rgb(200,22,204); }
td.TdClassName
{
border-color: #C816CC;
}
.TagClassName
{
border-color: #C816CC;
}
</style>