Shades of Deep Magenta #CF13DA
Tints of Deep Magenta #CF13DA
RGB
CMYK
RGB Variations
Color information
#CF13DA (or 0xCF13DA) is known color: Deep Magenta. HEX triplet: CF, 13 and DA. RGB value is (207,19,218). Sum of RGB (Red+Green+Blue) = 207+19+218=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF13DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13DA is #30EC25. Grayscale: #616161. Windows color (decimal): -3206182 or 14291919. OLE color: 14291919.
HSL color Cylindrical-coordinate representation of color #CF13DA: hue angle of 296.68º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13DA is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 19 | 218 | - |
| CMYK | 0.05 | 0.91 | 0 | 0.15 |
| HSL | 296.68º | 0.84% | 0.46% | - |
| HSV(B) | 296.68º | 0.91% | 0.85% | - |
| XYZ | 38.62 | 18.79 | 67.92 | - |
| YUV | 97.9 | 195.78 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 218 | 0.05 | 0.91 | 0 | 0.15 | 296.68 | 0.84 | 0.46 |
| Hex | CF | 13 | DA | 5 | 5B | 0 | F | 129 | 54 | 2E |
| Octal | 317 | 23 | 332 | 5 | 133 | 0 | 17 | 451 | 124 | 56 |
| Binary | 11001111 | 10011 | 11011010 | 101 | 1011011 | 0 | 1111 | 100101001 | 1010100 | 101110 |
Color Harmonies of #CF13DA
Complementary color
Monochromatic Colors of #CF13DA
Black with #CF13DA
Text Example
Text Example
White with #CF13DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13DA; }
p { color: rgb(207,19,218); }
H1.HeaderClassName
{
color: #CF13DA;
}
.AnyTagClassName
{
color: #CF13DA;
}
</style>
background-color css
<style>
a { background-color: #CF13DA; }
a { background-color: rgb(207,19,218); }
div.DivClassName
{
background-color: #CF13DA;
}
.BgClassName
{
background-color: #CF13DA;
}
</style>
border-color css
<style>
span { border-color: #CF13DA; }
span { border-color: rgb(207,19,218); }
td.TdClassName
{
border-color: #CF13DA;
}
.TagClassName
{
border-color: #CF13DA;
}
</style>