Shades of Deep Magenta #C822CA
Tints of Deep Magenta #C822CA
RGB
CMYK
RGB Variations
Color information
#C822CA (or 0xC822CA) is known color: Deep Magenta. HEX triplet: C8, 22 and CA. RGB value is (200,34,202). Sum of RGB (Red+Green+Blue) = 200+34+202=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 34 (13.67% from 255 or 7.80% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #C822CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822CA is #37DD35. Grayscale: #666666. Windows color (decimal): -3661110 or 13247176. OLE color: 13247176.
HSL color Cylindrical-coordinate representation of color #C822CA: hue angle of 299.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C822CA is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 34 | 202 | - |
| CMYK | 0.01 | 0.83 | 0 | 0.21 |
| HSL | 299.29º | 0.71% | 0.46% | - |
| HSV(B) | 299.29º | 0.83% | 0.79% | - |
| XYZ | 35.05 | 17.69 | 57.44 | - |
| YUV | 102.79 | 184 | 197.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 202 | 0.01 | 0.83 | 0 | 0.21 | 299.29 | 0.71 | 0.46 |
| Hex | C8 | 22 | CA | 1 | 53 | 0 | 15 | 12B | 47 | 2E |
| Octal | 310 | 42 | 312 | 1 | 123 | 0 | 25 | 453 | 107 | 56 |
| Binary | 11001000 | 100010 | 11001010 | 1 | 1010011 | 0 | 10101 | 100101011 | 1000111 | 101110 |
Color Harmonies of #C822CA
Complementary color
Monochromatic Colors of #C822CA
Black with #C822CA
Text Example
Text Example
White with #C822CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822CA; }
p { color: rgb(200,34,202); }
H1.HeaderClassName
{
color: #C822CA;
}
.AnyTagClassName
{
color: #C822CA;
}
</style>
background-color css
<style>
a { background-color: #C822CA; }
a { background-color: rgb(200,34,202); }
div.DivClassName
{
background-color: #C822CA;
}
.BgClassName
{
background-color: #C822CA;
}
</style>
border-color css
<style>
span { border-color: #C822CA; }
span { border-color: rgb(200,34,202); }
td.TdClassName
{
border-color: #C822CA;
}
.TagClassName
{
border-color: #C822CA;
}
</style>