Shades of Deep Magenta #CF22BD
Tints of Deep Magenta #CF22BD
RGB
CMYK
RGB Variations
Color information
#CF22BD (or 0xCF22BD) is known color: Deep Magenta. HEX triplet: CF, 22 and BD. RGB value is (207,34,189). Sum of RGB (Red+Green+Blue) = 207+34+189=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF22BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22BD is #30DD42. Grayscale: #666666. Windows color (decimal): -3202371 or 12395215. OLE color: 12395215.
HSL color Cylindrical-coordinate representation of color #CF22BD: hue angle of 306.24º 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 #CF22BD is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 189 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.19 |
| HSL | 306.24º | 0.72% | 0.47% | - |
| HSV(B) | 306.24º | 0.84% | 0.81% | - |
| XYZ | 35.49 | 18.08 | 49.76 | - |
| YUV | 103.4 | 176.31 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 189 | 0 | 0.84 | 0.09 | 0.19 | 306.24 | 0.72 | 0.47 |
| Hex | CF | 22 | BD | 0 | 54 | 9 | 13 | 132 | 48 | 2F |
| Octal | 317 | 42 | 275 | 0 | 124 | 11 | 23 | 462 | 110 | 57 |
| Binary | 11001111 | 100010 | 10111101 | 0 | 1010100 | 1001 | 10011 | 100110010 | 1001000 | 101111 |
Color Harmonies of #CF22BD
Complementary color
Monochromatic Colors of #CF22BD
Black with #CF22BD
Text Example
Text Example
White with #CF22BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF22BD; }
p { color: rgb(207,34,189); }
H1.HeaderClassName
{
color: #CF22BD;
}
.AnyTagClassName
{
color: #CF22BD;
}
</style>
background-color css
<style>
a { background-color: #CF22BD; }
a { background-color: rgb(207,34,189); }
div.DivClassName
{
background-color: #CF22BD;
}
.BgClassName
{
background-color: #CF22BD;
}
</style>
border-color css
<style>
span { border-color: #CF22BD; }
span { border-color: rgb(207,34,189); }
td.TdClassName
{
border-color: #CF22BD;
}
.TagClassName
{
border-color: #CF22BD;
}
</style>