Shades of Deep Magenta #CF00CB
Tints of Deep Magenta #CF00CB
RGB
CMYK
RGB Variations
Color information
#CF00CB (or 0xCF00CB) is known color: Deep Magenta. HEX triplet: CF, 00 and CB. RGB value is (207,0,203). Sum of RGB (Red+Green+Blue) = 207+0+203=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF00CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF00CB is #30FF34. Grayscale: #545454. Windows color (decimal): -3211061 or 13304015. OLE color: 13304015.
HSL color Cylindrical-coordinate representation of color #CF00CB: hue angle of 301.16º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00CB is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 0 | 203 | - |
| CMYK | 0 | 1 | 0.02 | 0.19 |
| HSL | 301.16º | 1% | 0.41% | - |
| HSV(B) | 301.16º | 1% | 0.81% | - |
| XYZ | 36.51 | 17.58 | 57.97 | - |
| YUV | 85.04 | 194.58 | 214.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 0 | 203 | 0 | 1 | 0.02 | 0.19 | 301.16 | 1 | 0.41 |
| Hex | CF | 0 | CB | 0 | 64 | 2 | 13 | 12D | 64 | 29 |
| Octal | 317 | 0 | 313 | 0 | 144 | 2 | 23 | 455 | 144 | 51 |
| Binary | 11001111 | 0 | 11001011 | 0 | 1100100 | 10 | 10011 | 100101101 | 1100100 | 101001 |
Color Harmonies of #CF00CB
Complementary color
Monochromatic Colors of #CF00CB
Black with #CF00CB
Text Example
Text Example
White with #CF00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF00CB; }
p { color: rgb(207,0,203); }
H1.HeaderClassName
{
color: #CF00CB;
}
.AnyTagClassName
{
color: #CF00CB;
}
</style>
background-color css
<style>
a { background-color: #CF00CB; }
a { background-color: rgb(207,0,203); }
div.DivClassName
{
background-color: #CF00CB;
}
.BgClassName
{
background-color: #CF00CB;
}
</style>
border-color css
<style>
span { border-color: #CF00CB; }
span { border-color: rgb(207,0,203); }
td.TdClassName
{
border-color: #CF00CB;
}
.TagClassName
{
border-color: #CF00CB;
}
</style>