Shades of Deep Magenta #CF11B5
Tints of Deep Magenta #CF11B5
RGB
CMYK
RGB Variations
Color information
#CF11B5 (or 0xCF11B5) is known color: Deep Magenta. HEX triplet: CF, 11 and B5. RGB value is (207,17,181). Sum of RGB (Red+Green+Blue) = 207+17+181=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 181 (71.09% from 255 or 44.69% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF11B5 is #30EE4A. Grayscale: #5C5C5C. Windows color (decimal): -3206731 or 11866575. OLE color: 11866575.
HSL color Cylindrical-coordinate representation of color #CF11B5: hue angle of 308.21º 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 #CF11B5 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 181 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.19 |
| HSL | 308.21º | 0.85% | 0.44% | - |
| HSV(B) | 308.21º | 0.92% | 0.81% | - |
| XYZ | 34.27 | 17 | 45.19 | - |
| YUV | 92.51 | 177.95 | 209.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 181 | 0 | 0.92 | 0.13 | 0.19 | 308.21 | 0.85 | 0.44 |
| Hex | CF | 11 | B5 | 0 | 5C | D | 13 | 134 | 55 | 2C |
| Octal | 317 | 21 | 265 | 0 | 134 | 15 | 23 | 464 | 125 | 54 |
| Binary | 11001111 | 10001 | 10110101 | 0 | 1011100 | 1101 | 10011 | 100110100 | 1010101 | 101100 |
Color Harmonies of #CF11B5
Complementary color
Monochromatic Colors of #CF11B5
Black with #CF11B5
Text Example
Text Example
White with #CF11B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11B5; }
p { color: rgb(207,17,181); }
H1.HeaderClassName
{
color: #CF11B5;
}
.AnyTagClassName
{
color: #CF11B5;
}
</style>
background-color css
<style>
a { background-color: #CF11B5; }
a { background-color: rgb(207,17,181); }
div.DivClassName
{
background-color: #CF11B5;
}
.BgClassName
{
background-color: #CF11B5;
}
</style>
border-color css
<style>
span { border-color: #CF11B5; }
span { border-color: rgb(207,17,181); }
td.TdClassName
{
border-color: #CF11B5;
}
.TagClassName
{
border-color: #CF11B5;
}
</style>