Shades of Deep Magenta #C822CD
Tints of Deep Magenta #C822CD
RGB
CMYK
RGB Variations
Color information
#C822CD (or 0xC822CD) is known color: Deep Magenta. HEX triplet: C8, 22 and CD. RGB value is (200,34,205). Sum of RGB (Red+Green+Blue) = 200+34+205=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 34 (13.67% from 255 or 7.74% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #C822CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822CD is #37DD32. Grayscale: #666666. Windows color (decimal): -3661107 or 13443784. OLE color: 13443784.
HSL color Cylindrical-coordinate representation of color #C822CD: hue angle of 298.25º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C822CD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 34 | 205 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.20 |
| HSL | 298.25º | 0.72% | 0.47% | - |
| HSV(B) | 298.25º | 0.83% | 0.8% | - |
| XYZ | 35.41 | 17.83 | 59.33 | - |
| YUV | 103.13 | 185.5 | 197.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 205 | 0.02 | 0.83 | 0 | 0.20 | 298.25 | 0.72 | 0.47 |
| Hex | C8 | 22 | CD | 2 | 53 | 0 | 14 | 12A | 48 | 2F |
| Octal | 310 | 42 | 315 | 2 | 123 | 0 | 24 | 452 | 110 | 57 |
| Binary | 11001000 | 100010 | 11001101 | 10 | 1010011 | 0 | 10100 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C822CD
Complementary color
Monochromatic Colors of #C822CD
Black with #C822CD
Text Example
Text Example
White with #C822CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822CD; }
p { color: rgb(200,34,205); }
H1.HeaderClassName
{
color: #C822CD;
}
.AnyTagClassName
{
color: #C822CD;
}
</style>
background-color css
<style>
a { background-color: #C822CD; }
a { background-color: rgb(200,34,205); }
div.DivClassName
{
background-color: #C822CD;
}
.BgClassName
{
background-color: #C822CD;
}
</style>
border-color css
<style>
span { border-color: #C822CD; }
span { border-color: rgb(200,34,205); }
td.TdClassName
{
border-color: #C822CD;
}
.TagClassName
{
border-color: #C822CD;
}
</style>