Shades of Deep Magenta #CF12CD
Tints of Deep Magenta #CF12CD
RGB
CMYK
RGB Variations
Color information
#CF12CD (or 0xCF12CD) is known color: Deep Magenta. HEX triplet: CF, 12 and CD. RGB value is (207,18,205). Sum of RGB (Red+Green+Blue) = 207+18+205=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 18 (7.42% from 255 or 4.19% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12CD is #30ED32. Grayscale: #5F5F5F. Windows color (decimal): -3206451 or 13439695. OLE color: 13439695.
HSL color Cylindrical-coordinate representation of color #CF12CD: hue angle of 300.63º 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 #CF12CD is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 205 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.19 |
| HSL | 300.63º | 0.84% | 0.44% | - |
| HSV(B) | 300.63º | 0.91% | 0.81% | - |
| XYZ | 36.97 | 18.11 | 59.3 | - |
| YUV | 95.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 205 | 0 | 0.91 | 0.01 | 0.19 | 300.63 | 0.84 | 0.44 |
| Hex | CF | 12 | CD | 0 | 5B | 1 | 13 | 12D | 54 | 2C |
| Octal | 317 | 22 | 315 | 0 | 133 | 1 | 23 | 455 | 124 | 54 |
| Binary | 11001111 | 10010 | 11001101 | 0 | 1011011 | 1 | 10011 | 100101101 | 1010100 | 101100 |
Color Harmonies of #CF12CD
Complementary color
Monochromatic Colors of #CF12CD
Black with #CF12CD
Text Example
Text Example
White with #CF12CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12CD; }
p { color: rgb(207,18,205); }
H1.HeaderClassName
{
color: #CF12CD;
}
.AnyTagClassName
{
color: #CF12CD;
}
</style>
background-color css
<style>
a { background-color: #CF12CD; }
a { background-color: rgb(207,18,205); }
div.DivClassName
{
background-color: #CF12CD;
}
.BgClassName
{
background-color: #CF12CD;
}
</style>
border-color css
<style>
span { border-color: #CF12CD; }
span { border-color: rgb(207,18,205); }
td.TdClassName
{
border-color: #CF12CD;
}
.TagClassName
{
border-color: #CF12CD;
}
</style>