Shades of Deep Magenta #CF11CC
Tints of Deep Magenta #CF11CC
RGB
CMYK
RGB Variations
Color information
#CF11CC (or 0xCF11CC) is known color: Deep Magenta. HEX triplet: CF, 11 and CC. RGB value is (207,17,204). Sum of RGB (Red+Green+Blue) = 207+17+204=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 17 (7.03% from 255 or 3.97% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF11CC is #30EE33. Grayscale: #5E5E5E. Windows color (decimal): -3206708 or 13373903. OLE color: 13373903.
HSL color Cylindrical-coordinate representation of color #CF11CC: hue angle of 300.95º 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 #CF11CC is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 204 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.19 |
| HSL | 300.95º | 0.85% | 0.44% | - |
| HSV(B) | 300.95º | 0.92% | 0.81% | - |
| XYZ | 36.83 | 18.03 | 58.66 | - |
| YUV | 95.13 | 189.45 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 204 | 0 | 0.92 | 0.01 | 0.19 | 300.95 | 0.85 | 0.44 |
| Hex | CF | 11 | CC | 0 | 5C | 1 | 13 | 12D | 55 | 2C |
| Octal | 317 | 21 | 314 | 0 | 134 | 1 | 23 | 455 | 125 | 54 |
| Binary | 11001111 | 10001 | 11001100 | 0 | 1011100 | 1 | 10011 | 100101101 | 1010101 | 101100 |
Color Harmonies of #CF11CC
Complementary color
Monochromatic Colors of #CF11CC
Black with #CF11CC
Text Example
Text Example
White with #CF11CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11CC; }
p { color: rgb(207,17,204); }
H1.HeaderClassName
{
color: #CF11CC;
}
.AnyTagClassName
{
color: #CF11CC;
}
</style>
background-color css
<style>
a { background-color: #CF11CC; }
a { background-color: rgb(207,17,204); }
div.DivClassName
{
background-color: #CF11CC;
}
.BgClassName
{
background-color: #CF11CC;
}
</style>
border-color css
<style>
span { border-color: #CF11CC; }
span { border-color: rgb(207,17,204); }
td.TdClassName
{
border-color: #CF11CC;
}
.TagClassName
{
border-color: #CF11CC;
}
</style>