Shades of Deep Magenta #CF13AB
Tints of Deep Magenta #CF13AB
RGB
CMYK
RGB Variations
Color information
#CF13AB (or 0xCF13AB) is known color: Deep Magenta. HEX triplet: CF, 13 and AB. RGB value is (207,19,171). Sum of RGB (Red+Green+Blue) = 207+19+171=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13AB is #30EC54. Grayscale: #5C5C5C. Windows color (decimal): -3206229 or 11211727. OLE color: 11211727.
HSL color Cylindrical-coordinate representation of color #CF13AB: hue angle of 311.49º 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 #CF13AB is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 171 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.19 |
| HSL | 311.49º | 0.83% | 0.44% | - |
| HSV(B) | 311.49º | 0.91% | 0.81% | - |
| XYZ | 33.32 | 16.67 | 39.99 | - |
| YUV | 92.54 | 172.28 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 171 | 0 | 0.91 | 0.17 | 0.19 | 311.49 | 0.83 | 0.44 |
| Hex | CF | 13 | AB | 0 | 5B | 11 | 13 | 137 | 53 | 2C |
| Octal | 317 | 23 | 253 | 0 | 133 | 21 | 23 | 467 | 123 | 54 |
| Binary | 11001111 | 10011 | 10101011 | 0 | 1011011 | 10001 | 10011 | 100110111 | 1010011 | 101100 |
Color Harmonies of #CF13AB
Complementary color
Monochromatic Colors of #CF13AB
Black with #CF13AB
Text Example
Text Example
White with #CF13AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13AB; }
p { color: rgb(207,19,171); }
H1.HeaderClassName
{
color: #CF13AB;
}
.AnyTagClassName
{
color: #CF13AB;
}
</style>
background-color css
<style>
a { background-color: #CF13AB; }
a { background-color: rgb(207,19,171); }
div.DivClassName
{
background-color: #CF13AB;
}
.BgClassName
{
background-color: #CF13AB;
}
</style>
border-color css
<style>
span { border-color: #CF13AB; }
span { border-color: rgb(207,19,171); }
td.TdClassName
{
border-color: #CF13AB;
}
.TagClassName
{
border-color: #CF13AB;
}
</style>