Shades of Deep Magenta #CF0BBA
Tints of Deep Magenta #CF0BBA
RGB
CMYK
RGB Variations
Color information
#CF0BBA (or 0xCF0BBA) is known color: Deep Magenta. HEX triplet: CF, 0B and BA. RGB value is (207,11,186). Sum of RGB (Red+Green+Blue) = 207+11+186=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 11 (4.69% from 255 or 2.72% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0BBA is #30F445. Grayscale: #595959. Windows color (decimal): -3208262 or 12192719. OLE color: 12192719.
HSL color Cylindrical-coordinate representation of color #CF0BBA: hue angle of 306.43º 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 #CF0BBA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.19 |
| HSL | 306.43º | 0.9% | 0.43% | - |
| HSV(B) | 306.43º | 0.95% | 0.81% | - |
| XYZ | 34.71 | 17.05 | 47.92 | - |
| YUV | 89.55 | 182.43 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 186 | 0 | 0.95 | 0.10 | 0.19 | 306.43 | 0.9 | 0.43 |
| Hex | CF | B | BA | 0 | 5F | A | 13 | 132 | 5A | 2B |
| Octal | 317 | 13 | 272 | 0 | 137 | 12 | 23 | 462 | 132 | 53 |
| Binary | 11001111 | 1011 | 10111010 | 0 | 1011111 | 1010 | 10011 | 100110010 | 1011010 | 101011 |
Color Harmonies of #CF0BBA
Complementary color
Monochromatic Colors of #CF0BBA
Black with #CF0BBA
Text Example
Text Example
White with #CF0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0BBA; }
p { color: rgb(207,11,186); }
H1.HeaderClassName
{
color: #CF0BBA;
}
.AnyTagClassName
{
color: #CF0BBA;
}
</style>
background-color css
<style>
a { background-color: #CF0BBA; }
a { background-color: rgb(207,11,186); }
div.DivClassName
{
background-color: #CF0BBA;
}
.BgClassName
{
background-color: #CF0BBA;
}
</style>
border-color css
<style>
span { border-color: #CF0BBA; }
span { border-color: rgb(207,11,186); }
td.TdClassName
{
border-color: #CF0BBA;
}
.TagClassName
{
border-color: #CF0BBA;
}
</style>