Shades of Deep Magenta #CF12BD
Tints of Deep Magenta #CF12BD
RGB
CMYK
RGB Variations
Color information
#CF12BD (or 0xCF12BD) is known color: Deep Magenta. HEX triplet: CF, 12 and BD. RGB value is (207,18,189). Sum of RGB (Red+Green+Blue) = 207+18+189=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12BD is #30ED42. Grayscale: #5D5D5D. Windows color (decimal): -3206467 or 12391119. OLE color: 12391119.
HSL color Cylindrical-coordinate representation of color #CF12BD: hue angle of 305.71º 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 #CF12BD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 189 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.19 |
| HSL | 305.71º | 0.84% | 0.44% | - |
| HSV(B) | 305.71º | 0.91% | 0.81% | - |
| XYZ | 35.13 | 17.37 | 49.65 | - |
| YUV | 94.01 | 181.62 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 189 | 0 | 0.91 | 0.09 | 0.19 | 305.71 | 0.84 | 0.44 |
| Hex | CF | 12 | BD | 0 | 5B | 9 | 13 | 132 | 54 | 2C |
| Octal | 317 | 22 | 275 | 0 | 133 | 11 | 23 | 462 | 124 | 54 |
| Binary | 11001111 | 10010 | 10111101 | 0 | 1011011 | 1001 | 10011 | 100110010 | 1010100 | 101100 |
Color Harmonies of #CF12BD
Complementary color
Monochromatic Colors of #CF12BD
Black with #CF12BD
Text Example
Text Example
White with #CF12BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12BD; }
p { color: rgb(207,18,189); }
H1.HeaderClassName
{
color: #CF12BD;
}
.AnyTagClassName
{
color: #CF12BD;
}
</style>
background-color css
<style>
a { background-color: #CF12BD; }
a { background-color: rgb(207,18,189); }
div.DivClassName
{
background-color: #CF12BD;
}
.BgClassName
{
background-color: #CF12BD;
}
</style>
border-color css
<style>
span { border-color: #CF12BD; }
span { border-color: rgb(207,18,189); }
td.TdClassName
{
border-color: #CF12BD;
}
.TagClassName
{
border-color: #CF12BD;
}
</style>