Shades of Deep Magenta #C822CF
Tints of Deep Magenta #C822CF
RGB
CMYK
RGB Variations
Color information
#C822CF (or 0xC822CF) is known color: Deep Magenta. HEX triplet: C8, 22 and CF. RGB value is (200,34,207). Sum of RGB (Red+Green+Blue) = 200+34+207=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 34 (13.67% from 255 or 7.71% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #C822CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C822CF is #37DD30. Grayscale: #666666. Windows color (decimal): -3661105 or 13574856. OLE color: 13574856.
HSL color Cylindrical-coordinate representation of color #C822CF: hue angle of 297.57º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C822CF is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 34 | 207 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.19 |
| HSL | 297.57º | 0.72% | 0.47% | - |
| HSV(B) | 297.57º | 0.84% | 0.81% | - |
| XYZ | 35.65 | 17.93 | 60.61 | - |
| YUV | 103.36 | 186.5 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 34 | 207 | 0.03 | 0.84 | 0 | 0.19 | 297.57 | 0.72 | 0.47 |
| Hex | C8 | 22 | CF | 3 | 54 | 0 | 13 | 12A | 48 | 2F |
| Octal | 310 | 42 | 317 | 3 | 124 | 0 | 23 | 452 | 110 | 57 |
| Binary | 11001000 | 100010 | 11001111 | 11 | 1010100 | 0 | 10011 | 100101010 | 1001000 | 101111 |
Color Harmonies of #C822CF
Complementary color
Monochromatic Colors of #C822CF
Black with #C822CF
Text Example
Text Example
White with #C822CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C822CF; }
p { color: rgb(200,34,207); }
H1.HeaderClassName
{
color: #C822CF;
}
.AnyTagClassName
{
color: #C822CF;
}
</style>
background-color css
<style>
a { background-color: #C822CF; }
a { background-color: rgb(200,34,207); }
div.DivClassName
{
background-color: #C822CF;
}
.BgClassName
{
background-color: #C822CF;
}
</style>
border-color css
<style>
span { border-color: #C822CF; }
span { border-color: rgb(200,34,207); }
td.TdClassName
{
border-color: #C822CF;
}
.TagClassName
{
border-color: #C822CF;
}
</style>