Shades of Deep Magenta #CF22DD
Tints of Deep Magenta #CF22DD
RGB
CMYK
RGB Variations
Color information
#CF22DD (or 0xCF22DD) is known color: Deep Magenta. HEX triplet: CF, 22 and DD. RGB value is (207,34,221). Sum of RGB (Red+Green+Blue) = 207+34+221=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 34 (13.67% from 255 or 7.36% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22DD is #30DD22. Grayscale: #6A6A6A. Windows color (decimal): -3202339 or 14492367. OLE color: 14492367.
HSL color Cylindrical-coordinate representation of color #CF22DD: hue angle of 295.51º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF22DD is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 34 | 221 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.13 |
| HSL | 295.51º | 0.73% | 0.5% | - |
| HSV(B) | 295.51º | 0.85% | 0.87% | - |
| XYZ | 39.36 | 19.63 | 70.12 | - |
| YUV | 107.05 | 192.31 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 221 | 0.06 | 0.85 | 0 | 0.13 | 295.51 | 0.73 | 0.5 |
| Hex | CF | 22 | DD | 6 | 55 | 0 | D | 128 | 49 | 32 |
| Octal | 317 | 42 | 335 | 6 | 125 | 0 | 15 | 450 | 111 | 62 |
| Binary | 11001111 | 100010 | 11011101 | 110 | 1010101 | 0 | 1101 | 100101000 | 1001001 | 110010 |
Color Harmonies of #CF22DD
Complementary color
Monochromatic Colors of #CF22DD
Black with #CF22DD
Text Example
Text Example
White with #CF22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF22DD; }
p { color: rgb(207,34,221); }
H1.HeaderClassName
{
color: #CF22DD;
}
.AnyTagClassName
{
color: #CF22DD;
}
</style>
background-color css
<style>
a { background-color: #CF22DD; }
a { background-color: rgb(207,34,221); }
div.DivClassName
{
background-color: #CF22DD;
}
.BgClassName
{
background-color: #CF22DD;
}
</style>
border-color css
<style>
span { border-color: #CF22DD; }
span { border-color: rgb(207,34,221); }
td.TdClassName
{
border-color: #CF22DD;
}
.TagClassName
{
border-color: #CF22DD;
}
</style>