Shades of Deep Magenta #CF0CBB
Tints of Deep Magenta #CF0CBB
RGB
CMYK
RGB Variations
Color information
#CF0CBB (or 0xCF0CBB) is known color: Deep Magenta. HEX triplet: CF, 0C and BB. RGB value is (207,12,187). Sum of RGB (Red+Green+Blue) = 207+12+187=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF0CBB is #30F344. Grayscale: #595959. Windows color (decimal): -3208005 or 12258511. OLE color: 12258511.
HSL color Cylindrical-coordinate representation of color #CF0CBB: hue angle of 306.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0CBB is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.19 |
| HSL | 306.15º | 0.89% | 0.43% | - |
| HSV(B) | 306.15º | 0.94% | 0.81% | - |
| XYZ | 34.83 | 17.12 | 48.48 | - |
| YUV | 90.26 | 182.6 | 211.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 12 | 187 | 0 | 0.94 | 0.10 | 0.19 | 306.15 | 0.89 | 0.43 |
| Hex | CF | C | BB | 0 | 5E | A | 13 | 132 | 59 | 2B |
| Octal | 317 | 14 | 273 | 0 | 136 | 12 | 23 | 462 | 131 | 53 |
| Binary | 11001111 | 1100 | 10111011 | 0 | 1011110 | 1010 | 10011 | 100110010 | 1011001 | 101011 |
Color Harmonies of #CF0CBB
Complementary color
Monochromatic Colors of #CF0CBB
Black with #CF0CBB
Text Example
Text Example
White with #CF0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0CBB; }
p { color: rgb(207,12,187); }
H1.HeaderClassName
{
color: #CF0CBB;
}
.AnyTagClassName
{
color: #CF0CBB;
}
</style>
background-color css
<style>
a { background-color: #CF0CBB; }
a { background-color: rgb(207,12,187); }
div.DivClassName
{
background-color: #CF0CBB;
}
.BgClassName
{
background-color: #CF0CBB;
}
</style>
border-color css
<style>
span { border-color: #CF0CBB; }
span { border-color: rgb(207,12,187); }
td.TdClassName
{
border-color: #CF0CBB;
}
.TagClassName
{
border-color: #CF0CBB;
}
</style>