Shades of Deep Magenta #CF12B5
Tints of Deep Magenta #CF12B5
RGB
CMYK
RGB Variations
Color information
#CF12B5 (or 0xCF12B5) is known color: Deep Magenta. HEX triplet: CF, 12 and B5. RGB value is (207,18,181). Sum of RGB (Red+Green+Blue) = 207+18+181=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 18 (7.42% from 255 or 4.43% from 406); Blue value is 181 (71.09% from 255 or 44.58% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12B5 is #30ED4A. Grayscale: #5C5C5C. Windows color (decimal): -3206475 or 11866831. OLE color: 11866831.
HSL color Cylindrical-coordinate representation of color #CF12B5: hue angle of 308.25º 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 #CF12B5 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 181 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.19 |
| HSL | 308.25º | 0.84% | 0.44% | - |
| HSV(B) | 308.25º | 0.91% | 0.81% | - |
| XYZ | 34.29 | 17.03 | 45.2 | - |
| YUV | 93.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 181 | 0 | 0.91 | 0.13 | 0.19 | 308.25 | 0.84 | 0.44 |
| Hex | CF | 12 | B5 | 0 | 5B | D | 13 | 134 | 54 | 2C |
| Octal | 317 | 22 | 265 | 0 | 133 | 15 | 23 | 464 | 124 | 54 |
| Binary | 11001111 | 10010 | 10110101 | 0 | 1011011 | 1101 | 10011 | 100110100 | 1010100 | 101100 |
Color Harmonies of #CF12B5
Complementary color
Monochromatic Colors of #CF12B5
Black with #CF12B5
Text Example
Text Example
White with #CF12B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12B5; }
p { color: rgb(207,18,181); }
H1.HeaderClassName
{
color: #CF12B5;
}
.AnyTagClassName
{
color: #CF12B5;
}
</style>
background-color css
<style>
a { background-color: #CF12B5; }
a { background-color: rgb(207,18,181); }
div.DivClassName
{
background-color: #CF12B5;
}
.BgClassName
{
background-color: #CF12B5;
}
</style>
border-color css
<style>
span { border-color: #CF12B5; }
span { border-color: rgb(207,18,181); }
td.TdClassName
{
border-color: #CF12B5;
}
.TagClassName
{
border-color: #CF12B5;
}
</style>