Shades of Deep Magenta #CF04BB
Tints of Deep Magenta #CF04BB
RGB
CMYK
RGB Variations
Color information
#CF04BB (or 0xCF04BB) is known color: Deep Magenta. HEX triplet: CF, 04 and BB. RGB value is (207,4,187). Sum of RGB (Red+Green+Blue) = 207+4+187=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF04BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF04BB is #30FB44. Grayscale: #555555. Windows color (decimal): -3210053 or 12256463. OLE color: 12256463.
HSL color Cylindrical-coordinate representation of color #CF04BB: hue angle of 305.91º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF04BB is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.19 |
| HSL | 305.91º | 0.96% | 0.41% | - |
| HSV(B) | 305.91º | 0.98% | 0.81% | - |
| XYZ | 34.75 | 16.94 | 48.45 | - |
| YUV | 85.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 4 | 187 | 0 | 0.98 | 0.10 | 0.19 | 305.91 | 0.96 | 0.41 |
| Hex | CF | 4 | BB | 0 | 62 | A | 13 | 132 | 60 | 29 |
| Octal | 317 | 4 | 273 | 0 | 142 | 12 | 23 | 462 | 140 | 51 |
| Binary | 11001111 | 100 | 10111011 | 0 | 1100010 | 1010 | 10011 | 100110010 | 1100000 | 101001 |
Color Harmonies of #CF04BB
Complementary color
Monochromatic Colors of #CF04BB
Black with #CF04BB
Text Example
Text Example
White with #CF04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF04BB; }
p { color: rgb(207,4,187); }
H1.HeaderClassName
{
color: #CF04BB;
}
.AnyTagClassName
{
color: #CF04BB;
}
</style>
background-color css
<style>
a { background-color: #CF04BB; }
a { background-color: rgb(207,4,187); }
div.DivClassName
{
background-color: #CF04BB;
}
.BgClassName
{
background-color: #CF04BB;
}
</style>
border-color css
<style>
span { border-color: #CF04BB; }
span { border-color: rgb(207,4,187); }
td.TdClassName
{
border-color: #CF04BB;
}
.TagClassName
{
border-color: #CF04BB;
}
</style>