Shades of Deep Magenta #CF14DA
Tints of Deep Magenta #CF14DA
RGB
CMYK
RGB Variations
Color information
#CF14DA (or 0xCF14DA) is known color: Deep Magenta. HEX triplet: CF, 14 and DA. RGB value is (207,20,218). Sum of RGB (Red+Green+Blue) = 207+20+218=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF14DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF14DA is #30EB25. Grayscale: #616161. Windows color (decimal): -3205926 or 14292175. OLE color: 14292175.
HSL color Cylindrical-coordinate representation of color #CF14DA: hue angle of 296.67º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF14DA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 20 | 218 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.15 |
| HSL | 296.67º | 0.83% | 0.47% | - |
| HSV(B) | 296.67º | 0.91% | 0.85% | - |
| XYZ | 38.64 | 18.83 | 67.93 | - |
| YUV | 98.49 | 195.45 | 205.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 218 | 0.05 | 0.91 | 0 | 0.15 | 296.67 | 0.83 | 0.47 |
| Hex | CF | 14 | DA | 5 | 5B | 0 | F | 129 | 53 | 2F |
| Octal | 317 | 24 | 332 | 5 | 133 | 0 | 17 | 451 | 123 | 57 |
| Binary | 11001111 | 10100 | 11011010 | 101 | 1011011 | 0 | 1111 | 100101001 | 1010011 | 101111 |
Color Harmonies of #CF14DA
Complementary color
Monochromatic Colors of #CF14DA
Black with #CF14DA
Text Example
Text Example
White with #CF14DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14DA; }
p { color: rgb(207,20,218); }
H1.HeaderClassName
{
color: #CF14DA;
}
.AnyTagClassName
{
color: #CF14DA;
}
</style>
background-color css
<style>
a { background-color: #CF14DA; }
a { background-color: rgb(207,20,218); }
div.DivClassName
{
background-color: #CF14DA;
}
.BgClassName
{
background-color: #CF14DA;
}
</style>
border-color css
<style>
span { border-color: #CF14DA; }
span { border-color: rgb(207,20,218); }
td.TdClassName
{
border-color: #CF14DA;
}
.TagClassName
{
border-color: #CF14DA;
}
</style>