Shades of Deep Magenta #CF13DC
Tints of Deep Magenta #CF13DC
RGB
CMYK
RGB Variations
Color information
#CF13DC (or 0xCF13DC) is known color: Deep Magenta. HEX triplet: CF, 13 and DC. RGB value is (207,19,220). Sum of RGB (Red+Green+Blue) = 207+19+220=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF13DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF13DC is #30EC23. Grayscale: #616161. Windows color (decimal): -3206180 or 14422991. OLE color: 14422991.
HSL color Cylindrical-coordinate representation of color #CF13DC: hue angle of 296.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13DC is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 19 | 220 | - |
| CMYK | 0.06 | 0.91 | 0 | 0.14 |
| HSL | 296.12º | 0.84% | 0.47% | - |
| HSV(B) | 296.12º | 0.91% | 0.86% | - |
| XYZ | 38.88 | 18.9 | 69.31 | - |
| YUV | 98.13 | 196.78 | 205.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 220 | 0.06 | 0.91 | 0 | 0.14 | 296.12 | 0.84 | 0.47 |
| Hex | CF | 13 | DC | 6 | 5B | 0 | E | 128 | 54 | 2F |
| Octal | 317 | 23 | 334 | 6 | 133 | 0 | 16 | 450 | 124 | 57 |
| Binary | 11001111 | 10011 | 11011100 | 110 | 1011011 | 0 | 1110 | 100101000 | 1010100 | 101111 |
Color Harmonies of #CF13DC
Complementary color
Monochromatic Colors of #CF13DC
Black with #CF13DC
Text Example
Text Example
White with #CF13DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13DC; }
p { color: rgb(207,19,220); }
H1.HeaderClassName
{
color: #CF13DC;
}
.AnyTagClassName
{
color: #CF13DC;
}
</style>
background-color css
<style>
a { background-color: #CF13DC; }
a { background-color: rgb(207,19,220); }
div.DivClassName
{
background-color: #CF13DC;
}
.BgClassName
{
background-color: #CF13DC;
}
</style>
border-color css
<style>
span { border-color: #CF13DC; }
span { border-color: rgb(207,19,220); }
td.TdClassName
{
border-color: #CF13DC;
}
.TagClassName
{
border-color: #CF13DC;
}
</style>