Shades of Deep Magenta #CF0BB5
Tints of Deep Magenta #CF0BB5
RGB
CMYK
RGB Variations
Color information
#CF0BB5 (or 0xCF0BB5) is known color: Deep Magenta. HEX triplet: CF, 0B and B5. RGB value is (207,11,181). Sum of RGB (Red+Green+Blue) = 207+11+181=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 11 (4.69% from 255 or 2.76% from 399); Blue value is 181 (71.09% from 255 or 45.36% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BB5 is #30F44A. Grayscale: #585858. Windows color (decimal): -3208267 or 11865039. OLE color: 11865039.
HSL color Cylindrical-coordinate representation of color #CF0BB5: hue angle of 307.96º 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 #CF0BB5 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 181 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.19 |
| HSL | 307.96º | 0.9% | 0.43% | - |
| HSV(B) | 307.96º | 0.95% | 0.81% | - |
| XYZ | 34.19 | 16.84 | 45.16 | - |
| YUV | 88.98 | 179.93 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 181 | 0 | 0.95 | 0.13 | 0.19 | 307.96 | 0.9 | 0.43 |
| Hex | CF | B | B5 | 0 | 5F | D | 13 | 134 | 5A | 2B |
| Octal | 317 | 13 | 265 | 0 | 137 | 15 | 23 | 464 | 132 | 53 |
| Binary | 11001111 | 1011 | 10110101 | 0 | 1011111 | 1101 | 10011 | 100110100 | 1011010 | 101011 |
Color Harmonies of #CF0BB5
Complementary color
Monochromatic Colors of #CF0BB5
Black with #CF0BB5
Text Example
Text Example
White with #CF0BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BB5; }
p { color: rgb(207,11,181); }
H1.HeaderClassName
{
color: #CF0BB5;
}
.AnyTagClassName
{
color: #CF0BB5;
}
</style>
background-color css
<style>
a { background-color: #CF0BB5; }
a { background-color: rgb(207,11,181); }
div.DivClassName
{
background-color: #CF0BB5;
}
.BgClassName
{
background-color: #CF0BB5;
}
</style>
border-color css
<style>
span { border-color: #CF0BB5; }
span { border-color: rgb(207,11,181); }
td.TdClassName
{
border-color: #CF0BB5;
}
.TagClassName
{
border-color: #CF0BB5;
}
</style>