Shades of Deep Magenta #CF14CB
Tints of Deep Magenta #CF14CB
RGB
CMYK
RGB Variations
Color information
#CF14CB (or 0xCF14CB) is known color: Deep Magenta. HEX triplet: CF, 14 and CB. RGB value is (207,20,203). Sum of RGB (Red+Green+Blue) = 207+20+203=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14CB is #30EB34. Grayscale: #606060. Windows color (decimal): -3205941 or 13309135. OLE color: 13309135.
HSL color Cylindrical-coordinate representation of color #CF14CB: hue angle of 301.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF14CB is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 203 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.19 |
| HSL | 301.28º | 0.82% | 0.45% | - |
| HSV(B) | 301.28º | 0.9% | 0.81% | - |
| XYZ | 36.76 | 18.08 | 58.05 | - |
| YUV | 96.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 203 | 0 | 0.90 | 0.02 | 0.19 | 301.28 | 0.82 | 0.45 |
| Hex | CF | 14 | CB | 0 | 5A | 2 | 13 | 12D | 52 | 2D |
| Octal | 317 | 24 | 313 | 0 | 132 | 2 | 23 | 455 | 122 | 55 |
| Binary | 11001111 | 10100 | 11001011 | 0 | 1011010 | 10 | 10011 | 100101101 | 1010010 | 101101 |
Color Harmonies of #CF14CB
Complementary color
Monochromatic Colors of #CF14CB
Black with #CF14CB
Text Example
Text Example
White with #CF14CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14CB; }
p { color: rgb(207,20,203); }
H1.HeaderClassName
{
color: #CF14CB;
}
.AnyTagClassName
{
color: #CF14CB;
}
</style>
background-color css
<style>
a { background-color: #CF14CB; }
a { background-color: rgb(207,20,203); }
div.DivClassName
{
background-color: #CF14CB;
}
.BgClassName
{
background-color: #CF14CB;
}
</style>
border-color css
<style>
span { border-color: #CF14CB; }
span { border-color: rgb(207,20,203); }
td.TdClassName
{
border-color: #CF14CB;
}
.TagClassName
{
border-color: #CF14CB;
}
</style>