Shades of Deep Magenta #CF11BD
Tints of Deep Magenta #CF11BD
RGB
CMYK
RGB Variations
Color information
#CF11BD (or 0xCF11BD) is known color: Deep Magenta. HEX triplet: CF, 11 and BD. RGB value is (207,17,189). Sum of RGB (Red+Green+Blue) = 207+17+189=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF11BD is #30EE42. Grayscale: #5C5C5C. Windows color (decimal): -3206723 or 12390863. OLE color: 12390863.
HSL color Cylindrical-coordinate representation of color #CF11BD: hue angle of 305.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF11BD is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 189 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.19 |
| HSL | 305.68º | 0.85% | 0.44% | - |
| HSV(B) | 305.68º | 0.92% | 0.81% | - |
| XYZ | 35.12 | 17.34 | 49.64 | - |
| YUV | 93.42 | 181.95 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 189 | 0 | 0.92 | 0.09 | 0.19 | 305.68 | 0.85 | 0.44 |
| Hex | CF | 11 | BD | 0 | 5C | 9 | 13 | 132 | 55 | 2C |
| Octal | 317 | 21 | 275 | 0 | 134 | 11 | 23 | 462 | 125 | 54 |
| Binary | 11001111 | 10001 | 10111101 | 0 | 1011100 | 1001 | 10011 | 100110010 | 1010101 | 101100 |
Color Harmonies of #CF11BD
Complementary color
Monochromatic Colors of #CF11BD
Black with #CF11BD
Text Example
Text Example
White with #CF11BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11BD; }
p { color: rgb(207,17,189); }
H1.HeaderClassName
{
color: #CF11BD;
}
.AnyTagClassName
{
color: #CF11BD;
}
</style>
background-color css
<style>
a { background-color: #CF11BD; }
a { background-color: rgb(207,17,189); }
div.DivClassName
{
background-color: #CF11BD;
}
.BgClassName
{
background-color: #CF11BD;
}
</style>
border-color css
<style>
span { border-color: #CF11BD; }
span { border-color: rgb(207,17,189); }
td.TdClassName
{
border-color: #CF11BD;
}
.TagClassName
{
border-color: #CF11BD;
}
</style>