Shades of Deep Magenta #CF13AD
Tints of Deep Magenta #CF13AD
RGB
CMYK
RGB Variations
Color information
#CF13AD (or 0xCF13AD) is known color: Deep Magenta. HEX triplet: CF, 13 and AD. RGB value is (207,19,173). Sum of RGB (Red+Green+Blue) = 207+19+173=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13AD is #30EC52. Grayscale: #5C5C5C. Windows color (decimal): -3206227 or 11342799. OLE color: 11342799.
HSL color Cylindrical-coordinate representation of color #CF13AD: hue angle of 310.85º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF13AD is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 173 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.19 |
| HSL | 310.85º | 0.83% | 0.44% | - |
| HSV(B) | 310.85º | 0.91% | 0.81% | - |
| XYZ | 33.51 | 16.75 | 41 | - |
| YUV | 92.77 | 173.28 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 173 | 0 | 0.91 | 0.16 | 0.19 | 310.85 | 0.83 | 0.44 |
| Hex | CF | 13 | AD | 0 | 5B | 10 | 13 | 137 | 53 | 2C |
| Octal | 317 | 23 | 255 | 0 | 133 | 20 | 23 | 467 | 123 | 54 |
| Binary | 11001111 | 10011 | 10101101 | 0 | 1011011 | 10000 | 10011 | 100110111 | 1010011 | 101100 |
Color Harmonies of #CF13AD
Complementary color
Monochromatic Colors of #CF13AD
Black with #CF13AD
Text Example
Text Example
White with #CF13AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13AD; }
p { color: rgb(207,19,173); }
H1.HeaderClassName
{
color: #CF13AD;
}
.AnyTagClassName
{
color: #CF13AD;
}
</style>
background-color css
<style>
a { background-color: #CF13AD; }
a { background-color: rgb(207,19,173); }
div.DivClassName
{
background-color: #CF13AD;
}
.BgClassName
{
background-color: #CF13AD;
}
</style>
border-color css
<style>
span { border-color: #CF13AD; }
span { border-color: rgb(207,19,173); }
td.TdClassName
{
border-color: #CF13AD;
}
.TagClassName
{
border-color: #CF13AD;
}
</style>