Shades of Deep Magenta #CF06CB
Tints of Deep Magenta #CF06CB
RGB
CMYK
RGB Variations
Color information
#CF06CB (or 0xCF06CB) is known color: Deep Magenta. HEX triplet: CF, 06 and CB. RGB value is (207,6,203). Sum of RGB (Red+Green+Blue) = 207+6+203=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF06CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06CB is #30F934. Grayscale: #575757. Windows color (decimal): -3209525 or 13305551. OLE color: 13305551.
HSL color Cylindrical-coordinate representation of color #CF06CB: hue angle of 301.19º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06CB is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 6 | 203 | - |
| CMYK | 0 | 0.97 | 0.02 | 0.19 |
| HSL | 301.19º | 0.94% | 0.42% | - |
| HSV(B) | 301.19º | 0.97% | 0.81% | - |
| XYZ | 36.58 | 17.71 | 57.99 | - |
| YUV | 88.56 | 192.59 | 212.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 203 | 0 | 0.97 | 0.02 | 0.19 | 301.19 | 0.94 | 0.42 |
| Hex | CF | 6 | CB | 0 | 61 | 2 | 13 | 12D | 5E | 2A |
| Octal | 317 | 6 | 313 | 0 | 141 | 2 | 23 | 455 | 136 | 52 |
| Binary | 11001111 | 110 | 11001011 | 0 | 1100001 | 10 | 10011 | 100101101 | 1011110 | 101010 |
Color Harmonies of #CF06CB
Complementary color
Monochromatic Colors of #CF06CB
Black with #CF06CB
Text Example
Text Example
White with #CF06CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06CB; }
p { color: rgb(207,6,203); }
H1.HeaderClassName
{
color: #CF06CB;
}
.AnyTagClassName
{
color: #CF06CB;
}
</style>
background-color css
<style>
a { background-color: #CF06CB; }
a { background-color: rgb(207,6,203); }
div.DivClassName
{
background-color: #CF06CB;
}
.BgClassName
{
background-color: #CF06CB;
}
</style>
border-color css
<style>
span { border-color: #CF06CB; }
span { border-color: rgb(207,6,203); }
td.TdClassName
{
border-color: #CF06CB;
}
.TagClassName
{
border-color: #CF06CB;
}
</style>