Shades of Deep Magenta #CF23BB
Tints of Deep Magenta #CF23BB
RGB
CMYK
RGB Variations
Color information
#CF23BB (or 0xCF23BB) is known color: Deep Magenta. HEX triplet: CF, 23 and BB. RGB value is (207,35,187). Sum of RGB (Red+Green+Blue) = 207+35+187=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF23BB is #30DC44. Grayscale: #676767. Windows color (decimal): -3202117 or 12264399. OLE color: 12264399.
HSL color Cylindrical-coordinate representation of color #CF23BB: hue angle of 306.98º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF23BB is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 35 | 187 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.19 |
| HSL | 306.98º | 0.71% | 0.47% | - |
| HSV(B) | 306.98º | 0.83% | 0.81% | - |
| XYZ | 35.3 | 18.06 | 48.64 | - |
| YUV | 103.76 | 174.98 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 35 | 187 | 0 | 0.83 | 0.10 | 0.19 | 306.98 | 0.71 | 0.47 |
| Hex | CF | 23 | BB | 0 | 53 | A | 13 | 133 | 47 | 2F |
| Octal | 317 | 43 | 273 | 0 | 123 | 12 | 23 | 463 | 107 | 57 |
| Binary | 11001111 | 100011 | 10111011 | 0 | 1010011 | 1010 | 10011 | 100110011 | 1000111 | 101111 |
Color Harmonies of #CF23BB
Complementary color
Monochromatic Colors of #CF23BB
Black with #CF23BB
Text Example
Text Example
White with #CF23BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF23BB; }
p { color: rgb(207,35,187); }
H1.HeaderClassName
{
color: #CF23BB;
}
.AnyTagClassName
{
color: #CF23BB;
}
</style>
background-color css
<style>
a { background-color: #CF23BB; }
a { background-color: rgb(207,35,187); }
div.DivClassName
{
background-color: #CF23BB;
}
.BgClassName
{
background-color: #CF23BB;
}
</style>
border-color css
<style>
span { border-color: #CF23BB; }
span { border-color: rgb(207,35,187); }
td.TdClassName
{
border-color: #CF23BB;
}
.TagClassName
{
border-color: #CF23BB;
}
</style>