Shades of Deep Magenta #CF12AD
Tints of Deep Magenta #CF12AD
RGB
CMYK
RGB Variations
Color information
#CF12AD (or 0xCF12AD) is known color: Deep Magenta. HEX triplet: CF, 12 and AD. RGB value is (207,18,173). Sum of RGB (Red+Green+Blue) = 207+18+173=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 18 (7.42% from 255 or 4.52% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF12AD is #30ED52. Grayscale: #5B5B5B. Windows color (decimal): -3206483 or 11342543. OLE color: 11342543.
HSL color Cylindrical-coordinate representation of color #CF12AD: hue angle of 310.79º degrees, saturation: 0.84, 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 #CF12AD is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 173 | - |
| CMYK | 0 | 0.91 | 0.16 | 0.19 |
| HSL | 310.79º | 0.84% | 0.44% | - |
| HSV(B) | 310.79º | 0.91% | 0.81% | - |
| XYZ | 33.49 | 16.72 | 41 | - |
| YUV | 92.18 | 173.62 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 173 | 0 | 0.91 | 0.16 | 0.19 | 310.79 | 0.84 | 0.44 |
| Hex | CF | 12 | AD | 0 | 5B | 10 | 13 | 137 | 54 | 2C |
| Octal | 317 | 22 | 255 | 0 | 133 | 20 | 23 | 467 | 124 | 54 |
| Binary | 11001111 | 10010 | 10101101 | 0 | 1011011 | 10000 | 10011 | 100110111 | 1010100 | 101100 |
Color Harmonies of #CF12AD
Complementary color
Monochromatic Colors of #CF12AD
Black with #CF12AD
Text Example
Text Example
White with #CF12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12AD; }
p { color: rgb(207,18,173); }
H1.HeaderClassName
{
color: #CF12AD;
}
.AnyTagClassName
{
color: #CF12AD;
}
</style>
background-color css
<style>
a { background-color: #CF12AD; }
a { background-color: rgb(207,18,173); }
div.DivClassName
{
background-color: #CF12AD;
}
.BgClassName
{
background-color: #CF12AD;
}
</style>
border-color css
<style>
span { border-color: #CF12AD; }
span { border-color: rgb(207,18,173); }
td.TdClassName
{
border-color: #CF12AD;
}
.TagClassName
{
border-color: #CF12AD;
}
</style>