Shades of Deep Magenta #CF12B7
Tints of Deep Magenta #CF12B7
RGB
CMYK
RGB Variations
Color information
#CF12B7 (or 0xCF12B7) is known color: Deep Magenta. HEX triplet: CF, 12 and B7. RGB value is (207,18,183). Sum of RGB (Red+Green+Blue) = 207+18+183=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 183 (71.88% from 255 or 44.85% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12B7 is #30ED48. Grayscale: #5C5C5C. Windows color (decimal): -3206473 or 11997903. OLE color: 11997903.
HSL color Cylindrical-coordinate representation of color #CF12B7: hue angle of 307.62º 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 #CF12B7 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 183 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.19 |
| HSL | 307.62º | 0.84% | 0.44% | - |
| HSV(B) | 307.62º | 0.91% | 0.81% | - |
| XYZ | 34.5 | 17.12 | 46.29 | - |
| YUV | 93.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 183 | 0 | 0.91 | 0.12 | 0.19 | 307.62 | 0.84 | 0.44 |
| Hex | CF | 12 | B7 | 0 | 5B | C | 13 | 134 | 54 | 2C |
| Octal | 317 | 22 | 267 | 0 | 133 | 14 | 23 | 464 | 124 | 54 |
| Binary | 11001111 | 10010 | 10110111 | 0 | 1011011 | 1100 | 10011 | 100110100 | 1010100 | 101100 |
Color Harmonies of #CF12B7
Complementary color
Monochromatic Colors of #CF12B7
Black with #CF12B7
Text Example
Text Example
White with #CF12B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12B7; }
p { color: rgb(207,18,183); }
H1.HeaderClassName
{
color: #CF12B7;
}
.AnyTagClassName
{
color: #CF12B7;
}
</style>
background-color css
<style>
a { background-color: #CF12B7; }
a { background-color: rgb(207,18,183); }
div.DivClassName
{
background-color: #CF12B7;
}
.BgClassName
{
background-color: #CF12B7;
}
</style>
border-color css
<style>
span { border-color: #CF12B7; }
span { border-color: rgb(207,18,183); }
td.TdClassName
{
border-color: #CF12B7;
}
.TagClassName
{
border-color: #CF12B7;
}
</style>