Shades of Deep Magenta #CF14BE
Tints of Deep Magenta #CF14BE
RGB
CMYK
RGB Variations
Color information
#CF14BE (or 0xCF14BE) is known color: Deep Magenta. HEX triplet: CF, 14 and BE. RGB value is (207,20,190). Sum of RGB (Red+Green+Blue) = 207+20+190=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14BE is #30EB41. Grayscale: #5E5E5E. Windows color (decimal): -3205954 or 12457167. OLE color: 12457167.
HSL color Cylindrical-coordinate representation of color #CF14BE: hue angle of 305.45º 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 #CF14BE is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 190 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.19 |
| HSL | 305.45º | 0.82% | 0.45% | - |
| HSV(B) | 305.45º | 0.9% | 0.81% | - |
| XYZ | 35.28 | 17.48 | 50.23 | - |
| YUV | 95.29 | 181.45 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 190 | 0 | 0.90 | 0.08 | 0.19 | 305.45 | 0.82 | 0.45 |
| Hex | CF | 14 | BE | 0 | 5A | 8 | 13 | 131 | 52 | 2D |
| Octal | 317 | 24 | 276 | 0 | 132 | 10 | 23 | 461 | 122 | 55 |
| Binary | 11001111 | 10100 | 10111110 | 0 | 1011010 | 1000 | 10011 | 100110001 | 1010010 | 101101 |
Color Harmonies of #CF14BE
Complementary color
Monochromatic Colors of #CF14BE
Black with #CF14BE
Text Example
Text Example
White with #CF14BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14BE; }
p { color: rgb(207,20,190); }
H1.HeaderClassName
{
color: #CF14BE;
}
.AnyTagClassName
{
color: #CF14BE;
}
</style>
background-color css
<style>
a { background-color: #CF14BE; }
a { background-color: rgb(207,20,190); }
div.DivClassName
{
background-color: #CF14BE;
}
.BgClassName
{
background-color: #CF14BE;
}
</style>
border-color css
<style>
span { border-color: #CF14BE; }
span { border-color: rgb(207,20,190); }
td.TdClassName
{
border-color: #CF14BE;
}
.TagClassName
{
border-color: #CF14BE;
}
</style>