Shades of Deep Magenta #CF22C9
Tints of Deep Magenta #CF22C9
RGB
CMYK
RGB Variations
Color information
#CF22C9 (or 0xCF22C9) is known color: Deep Magenta. HEX triplet: CF, 22 and C9. RGB value is (207,34,201). Sum of RGB (Red+Green+Blue) = 207+34+201=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 34 (13.67% from 255 or 7.69% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF22C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22C9 is #30DD36. Grayscale: #686868. Windows color (decimal): -3202359 or 13181647. OLE color: 13181647.
HSL color Cylindrical-coordinate representation of color #CF22C9: hue angle of 302.08º 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 #CF22C9 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 201 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.19 |
| HSL | 302.08º | 0.72% | 0.47% | - |
| HSV(B) | 302.08º | 0.84% | 0.81% | - |
| XYZ | 36.85 | 18.63 | 56.91 | - |
| YUV | 104.77 | 182.31 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 201 | 0 | 0.84 | 0.03 | 0.19 | 302.08 | 0.72 | 0.47 |
| Hex | CF | 22 | C9 | 0 | 54 | 3 | 13 | 12E | 48 | 2F |
| Octal | 317 | 42 | 311 | 0 | 124 | 3 | 23 | 456 | 110 | 57 |
| Binary | 11001111 | 100010 | 11001001 | 0 | 1010100 | 11 | 10011 | 100101110 | 1001000 | 101111 |
Color Harmonies of #CF22C9
Complementary color
Monochromatic Colors of #CF22C9
Black with #CF22C9
Text Example
Text Example
White with #CF22C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF22C9; }
p { color: rgb(207,34,201); }
H1.HeaderClassName
{
color: #CF22C9;
}
.AnyTagClassName
{
color: #CF22C9;
}
</style>
background-color css
<style>
a { background-color: #CF22C9; }
a { background-color: rgb(207,34,201); }
div.DivClassName
{
background-color: #CF22C9;
}
.BgClassName
{
background-color: #CF22C9;
}
</style>
border-color css
<style>
span { border-color: #CF22C9; }
span { border-color: rgb(207,34,201); }
td.TdClassName
{
border-color: #CF22C9;
}
.TagClassName
{
border-color: #CF22C9;
}
</style>