Shades of Deep Magenta #CF22BB
Tints of Deep Magenta #CF22BB
RGB
CMYK
RGB Variations
Color information
#CF22BB (or 0xCF22BB) is known color: Deep Magenta. HEX triplet: CF, 22 and BB. RGB value is (207,34,187). Sum of RGB (Red+Green+Blue) = 207+34+187=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF22BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF22BB is #30DD44. Grayscale: #666666. Windows color (decimal): -3202373 or 12264143. OLE color: 12264143.
HSL color Cylindrical-coordinate representation of color #CF22BB: hue angle of 306.94º 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 #CF22BB is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 34 | 187 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.19 |
| HSL | 306.94º | 0.72% | 0.47% | - |
| HSV(B) | 306.94º | 0.84% | 0.81% | - |
| XYZ | 35.27 | 18 | 48.63 | - |
| YUV | 103.17 | 175.31 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 34 | 187 | 0 | 0.84 | 0.10 | 0.19 | 306.94 | 0.72 | 0.47 |
| Hex | CF | 22 | BB | 0 | 54 | A | 13 | 133 | 48 | 2F |
| Octal | 317 | 42 | 273 | 0 | 124 | 12 | 23 | 463 | 110 | 57 |
| Binary | 11001111 | 100010 | 10111011 | 0 | 1010100 | 1010 | 10011 | 100110011 | 1001000 | 101111 |
Color Harmonies of #CF22BB
Complementary color
Monochromatic Colors of #CF22BB
Black with #CF22BB
Text Example
Text Example
White with #CF22BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF22BB; }
p { color: rgb(207,34,187); }
H1.HeaderClassName
{
color: #CF22BB;
}
.AnyTagClassName
{
color: #CF22BB;
}
</style>
background-color css
<style>
a { background-color: #CF22BB; }
a { background-color: rgb(207,34,187); }
div.DivClassName
{
background-color: #CF22BB;
}
.BgClassName
{
background-color: #CF22BB;
}
</style>
border-color css
<style>
span { border-color: #CF22BB; }
span { border-color: rgb(207,34,187); }
td.TdClassName
{
border-color: #CF22BB;
}
.TagClassName
{
border-color: #CF22BB;
}
</style>