Shades of Deep Magenta #CF22E4
Tints of Deep Magenta #CF22E4
RGB
CMYK
RGB Variations
Color information
#CF22E4 (or 0xCF22E4) is known color: Deep Magenta. HEX triplet: CF, 22 and E4. RGB value is (207,34,228). Sum of RGB (Red+Green+Blue) = 207+34+228=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF22E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22E4 is #30DD1B. Grayscale: #6B6B6B. Windows color (decimal): -3202332 or 14951119. OLE color: 14951119.
HSL color Cylindrical-coordinate representation of color #CF22E4: hue angle of 293.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF22E4 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 34 | 228 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.11 |
| HSL | 293.51º | 0.78% | 0.51% | - |
| HSV(B) | 293.51º | 0.85% | 0.89% | - |
| XYZ | 40.31 | 20.01 | 75.14 | - |
| YUV | 107.84 | 195.81 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 228 | 0.09 | 0.85 | 0 | 0.11 | 293.51 | 0.78 | 0.51 |
| Hex | CF | 22 | E4 | 9 | 55 | 0 | B | 126 | 4E | 33 |
| Octal | 317 | 42 | 344 | 11 | 125 | 0 | 13 | 446 | 116 | 63 |
| Binary | 11001111 | 100010 | 11100100 | 1001 | 1010101 | 0 | 1011 | 100100110 | 1001110 | 110011 |
Color Harmonies of #CF22E4
Complementary color
Monochromatic Colors of #CF22E4
Black with #CF22E4
Text Example
Text Example
White with #CF22E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF22E4; }
p { color: rgb(207,34,228); }
H1.HeaderClassName
{
color: #CF22E4;
}
.AnyTagClassName
{
color: #CF22E4;
}
</style>
background-color css
<style>
a { background-color: #CF22E4; }
a { background-color: rgb(207,34,228); }
div.DivClassName
{
background-color: #CF22E4;
}
.BgClassName
{
background-color: #CF22E4;
}
</style>
border-color css
<style>
span { border-color: #CF22E4; }
span { border-color: rgb(207,34,228); }
td.TdClassName
{
border-color: #CF22E4;
}
.TagClassName
{
border-color: #CF22E4;
}
</style>