Shades of Deep Magenta #CF13AC
Tints of Deep Magenta #CF13AC
RGB
CMYK
RGB Variations
Color information
#CF13AC (or 0xCF13AC) is known color: Deep Magenta. HEX triplet: CF, 13 and AC. RGB value is (207,19,172). Sum of RGB (Red+Green+Blue) = 207+19+172=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 172 (67.58% from 255 or 43.22% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF13AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF13AC is #30EC53. Grayscale: #5C5C5C. Windows color (decimal): -3206228 or 11277263. OLE color: 11277263.
HSL color Cylindrical-coordinate representation of color #CF13AC: hue angle of 311.17º 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 #CF13AC is Cyan = 0, Magento = 0.91, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 19 | 172 | - |
| CMYK | 0 | 0.91 | 0.17 | 0.19 |
| HSL | 311.17º | 0.83% | 0.44% | - |
| HSV(B) | 311.17º | 0.91% | 0.81% | - |
| XYZ | 33.41 | 16.71 | 40.49 | - |
| YUV | 92.65 | 172.78 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 19 | 172 | 0 | 0.91 | 0.17 | 0.19 | 311.17 | 0.83 | 0.44 |
| Hex | CF | 13 | AC | 0 | 5B | 11 | 13 | 137 | 53 | 2C |
| Octal | 317 | 23 | 254 | 0 | 133 | 21 | 23 | 467 | 123 | 54 |
| Binary | 11001111 | 10011 | 10101100 | 0 | 1011011 | 10001 | 10011 | 100110111 | 1010011 | 101100 |
Color Harmonies of #CF13AC
Complementary color
Monochromatic Colors of #CF13AC
Black with #CF13AC
Text Example
Text Example
White with #CF13AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF13AC; }
p { color: rgb(207,19,172); }
H1.HeaderClassName
{
color: #CF13AC;
}
.AnyTagClassName
{
color: #CF13AC;
}
</style>
background-color css
<style>
a { background-color: #CF13AC; }
a { background-color: rgb(207,19,172); }
div.DivClassName
{
background-color: #CF13AC;
}
.BgClassName
{
background-color: #CF13AC;
}
</style>
border-color css
<style>
span { border-color: #CF13AC; }
span { border-color: rgb(207,19,172); }
td.TdClassName
{
border-color: #CF13AC;
}
.TagClassName
{
border-color: #CF13AC;
}
</style>