Shades of Deep Magenta #CF14BD
Tints of Deep Magenta #CF14BD
RGB
CMYK
RGB Variations
Color information
#CF14BD (or 0xCF14BD) is known color: Deep Magenta. HEX triplet: CF, 14 and BD. RGB value is (207,20,189). Sum of RGB (Red+Green+Blue) = 207+20+189=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14BD is #30EB42. Grayscale: #5E5E5E. Windows color (decimal): -3205955 or 12391631. OLE color: 12391631.
HSL color Cylindrical-coordinate representation of color #CF14BD: hue angle of 305.78º 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 #CF14BD is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 189 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.19 |
| HSL | 305.78º | 0.82% | 0.45% | - |
| HSV(B) | 305.78º | 0.9% | 0.81% | - |
| XYZ | 35.17 | 17.44 | 49.66 | - |
| YUV | 95.18 | 180.95 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 189 | 0 | 0.90 | 0.09 | 0.19 | 305.78 | 0.82 | 0.45 |
| Hex | CF | 14 | BD | 0 | 5A | 9 | 13 | 132 | 52 | 2D |
| Octal | 317 | 24 | 275 | 0 | 132 | 11 | 23 | 462 | 122 | 55 |
| Binary | 11001111 | 10100 | 10111101 | 0 | 1011010 | 1001 | 10011 | 100110010 | 1010010 | 101101 |
Color Harmonies of #CF14BD
Complementary color
Monochromatic Colors of #CF14BD
Black with #CF14BD
Text Example
Text Example
White with #CF14BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14BD; }
p { color: rgb(207,20,189); }
H1.HeaderClassName
{
color: #CF14BD;
}
.AnyTagClassName
{
color: #CF14BD;
}
</style>
background-color css
<style>
a { background-color: #CF14BD; }
a { background-color: rgb(207,20,189); }
div.DivClassName
{
background-color: #CF14BD;
}
.BgClassName
{
background-color: #CF14BD;
}
</style>
border-color css
<style>
span { border-color: #CF14BD; }
span { border-color: rgb(207,20,189); }
td.TdClassName
{
border-color: #CF14BD;
}
.TagClassName
{
border-color: #CF14BD;
}
</style>