Shades of Deep Magenta #CF0FB2
Tints of Deep Magenta #CF0FB2
RGB
CMYK
RGB Variations
Color information
#CF0FB2 (or 0xCF0FB2) is known color: Deep Magenta. HEX triplet: CF, 0F and B2. RGB value is (207,15,178). Sum of RGB (Red+Green+Blue) = 207+15+178=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF0FB2 is #30F04D. Grayscale: #5A5A5A. Windows color (decimal): -3207246 or 11669455. OLE color: 11669455.
HSL color Cylindrical-coordinate representation of color #CF0FB2: hue angle of 309.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0FB2 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 15 | 178 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.19 |
| HSL | 309.06º | 0.86% | 0.44% | - |
| HSV(B) | 309.06º | 0.93% | 0.81% | - |
| XYZ | 33.94 | 16.82 | 43.58 | - |
| YUV | 90.99 | 177.11 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 15 | 178 | 0 | 0.93 | 0.14 | 0.19 | 309.06 | 0.86 | 0.44 |
| Hex | CF | F | B2 | 0 | 5D | E | 13 | 135 | 56 | 2C |
| Octal | 317 | 17 | 262 | 0 | 135 | 16 | 23 | 465 | 126 | 54 |
| Binary | 11001111 | 1111 | 10110010 | 0 | 1011101 | 1110 | 10011 | 100110101 | 1010110 | 101100 |
Color Harmonies of #CF0FB2
Complementary color
Monochromatic Colors of #CF0FB2
Black with #CF0FB2
Text Example
Text Example
White with #CF0FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0FB2; }
p { color: rgb(207,15,178); }
H1.HeaderClassName
{
color: #CF0FB2;
}
.AnyTagClassName
{
color: #CF0FB2;
}
</style>
background-color css
<style>
a { background-color: #CF0FB2; }
a { background-color: rgb(207,15,178); }
div.DivClassName
{
background-color: #CF0FB2;
}
.BgClassName
{
background-color: #CF0FB2;
}
</style>
border-color css
<style>
span { border-color: #CF0FB2; }
span { border-color: rgb(207,15,178); }
td.TdClassName
{
border-color: #CF0FB2;
}
.TagClassName
{
border-color: #CF0FB2;
}
</style>