Shades of Deep Magenta #CF0BBC
Tints of Deep Magenta #CF0BBC
RGB
CMYK
RGB Variations
Color information
#CF0BBC (or 0xCF0BBC) is known color: Deep Magenta. HEX triplet: CF, 0B and BC. RGB value is (207,11,188). Sum of RGB (Red+Green+Blue) = 207+11+188=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 11 (4.69% from 255 or 2.71% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BBC is #30F443. Grayscale: #595959. Windows color (decimal): -3208260 or 12323791. OLE color: 12323791.
HSL color Cylindrical-coordinate representation of color #CF0BBC: hue angle of 305.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.19 |
| HSL | 305.82º | 0.9% | 0.43% | - |
| HSV(B) | 305.82º | 0.95% | 0.81% | - |
| XYZ | 34.93 | 17.14 | 49.04 | - |
| YUV | 89.78 | 183.43 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 188 | 0 | 0.95 | 0.09 | 0.19 | 305.82 | 0.9 | 0.43 |
| Hex | CF | B | BC | 0 | 5F | 9 | 13 | 132 | 5A | 2B |
| Octal | 317 | 13 | 274 | 0 | 137 | 11 | 23 | 462 | 132 | 53 |
| Binary | 11001111 | 1011 | 10111100 | 0 | 1011111 | 1001 | 10011 | 100110010 | 1011010 | 101011 |
Color Harmonies of #CF0BBC
Complementary color
Monochromatic Colors of #CF0BBC
Black with #CF0BBC
Text Example
Text Example
White with #CF0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BBC; }
p { color: rgb(207,11,188); }
H1.HeaderClassName
{
color: #CF0BBC;
}
.AnyTagClassName
{
color: #CF0BBC;
}
</style>
background-color css
<style>
a { background-color: #CF0BBC; }
a { background-color: rgb(207,11,188); }
div.DivClassName
{
background-color: #CF0BBC;
}
.BgClassName
{
background-color: #CF0BBC;
}
</style>
border-color css
<style>
span { border-color: #CF0BBC; }
span { border-color: rgb(207,11,188); }
td.TdClassName
{
border-color: #CF0BBC;
}
.TagClassName
{
border-color: #CF0BBC;
}
</style>