Shades of Deep Magenta #CF22D0
Tints of Deep Magenta #CF22D0
RGB
CMYK
RGB Variations
Color information
#CF22D0 (or 0xCF22D0) is known color: Deep Magenta. HEX triplet: CF, 22 and D0. RGB value is (207,34,208). Sum of RGB (Red+Green+Blue) = 207+34+208=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF22D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22D0 is #30DD2F. Grayscale: #696969. Windows color (decimal): -3202352 or 13640399. OLE color: 13640399.
HSL color Cylindrical-coordinate representation of color #CF22D0: hue angle of 299.66º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF22D0 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 34 | 208 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.18 |
| HSL | 299.66º | 0.72% | 0.47% | - |
| HSV(B) | 299.66º | 0.84% | 0.82% | - |
| XYZ | 37.69 | 18.96 | 61.35 | - |
| YUV | 105.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 208 | 0.00 | 0.84 | 0 | 0.18 | 299.66 | 0.72 | 0.47 |
| Hex | CF | 22 | D0 | 0 | 54 | 0 | 12 | 12C | 48 | 2F |
| Octal | 317 | 42 | 320 | 0 | 124 | 0 | 22 | 454 | 110 | 57 |
| Binary | 11001111 | 100010 | 11010000 | 0 | 1010100 | 0 | 10010 | 100101100 | 1001000 | 101111 |
Color Harmonies of #CF22D0
Complementary color
Monochromatic Colors of #CF22D0
Black with #CF22D0
Text Example
Text Example
White with #CF22D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF22D0; }
p { color: rgb(207,34,208); }
H1.HeaderClassName
{
color: #CF22D0;
}
.AnyTagClassName
{
color: #CF22D0;
}
</style>
background-color css
<style>
a { background-color: #CF22D0; }
a { background-color: rgb(207,34,208); }
div.DivClassName
{
background-color: #CF22D0;
}
.BgClassName
{
background-color: #CF22D0;
}
</style>
border-color css
<style>
span { border-color: #CF22D0; }
span { border-color: rgb(207,34,208); }
td.TdClassName
{
border-color: #CF22D0;
}
.TagClassName
{
border-color: #CF22D0;
}
</style>