Shades of Deep Magenta #CF11B4
Tints of Deep Magenta #CF11B4
RGB
CMYK
RGB Variations
Color information
#CF11B4 (or 0xCF11B4) is known color: Deep Magenta. HEX triplet: CF, 11 and B4. RGB value is (207,17,180). Sum of RGB (Red+Green+Blue) = 207+17+180=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF11B4 is #30EE4B. Grayscale: #5B5B5B. Windows color (decimal): -3206732 or 11801039. OLE color: 11801039.
HSL color Cylindrical-coordinate representation of color #CF11B4: hue angle of 308.53º 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 #CF11B4 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 180 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.19 |
| HSL | 308.53º | 0.85% | 0.44% | - |
| HSV(B) | 308.53º | 0.92% | 0.81% | - |
| XYZ | 34.17 | 16.96 | 44.65 | - |
| YUV | 92.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 180 | 0 | 0.92 | 0.13 | 0.19 | 308.53 | 0.85 | 0.44 |
| Hex | CF | 11 | B4 | 0 | 5C | D | 13 | 135 | 55 | 2C |
| Octal | 317 | 21 | 264 | 0 | 134 | 15 | 23 | 465 | 125 | 54 |
| Binary | 11001111 | 10001 | 10110100 | 0 | 1011100 | 1101 | 10011 | 100110101 | 1010101 | 101100 |
Color Harmonies of #CF11B4
Complementary color
Monochromatic Colors of #CF11B4
Black with #CF11B4
Text Example
Text Example
White with #CF11B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11B4; }
p { color: rgb(207,17,180); }
H1.HeaderClassName
{
color: #CF11B4;
}
.AnyTagClassName
{
color: #CF11B4;
}
</style>
background-color css
<style>
a { background-color: #CF11B4; }
a { background-color: rgb(207,17,180); }
div.DivClassName
{
background-color: #CF11B4;
}
.BgClassName
{
background-color: #CF11B4;
}
</style>
border-color css
<style>
span { border-color: #CF11B4; }
span { border-color: rgb(207,17,180); }
td.TdClassName
{
border-color: #CF11B4;
}
.TagClassName
{
border-color: #CF11B4;
}
</style>