Shades of Deep Magenta #CF12BF
Tints of Deep Magenta #CF12BF
RGB
CMYK
RGB Variations
Color information
#CF12BF (or 0xCF12BF) is known color: Deep Magenta. HEX triplet: CF, 12 and BF. RGB value is (207,18,191). Sum of RGB (Red+Green+Blue) = 207+18+191=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 18 (7.42% from 255 or 4.33% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12BF is #30ED40. Grayscale: #5D5D5D. Windows color (decimal): -3206465 or 12522191. OLE color: 12522191.
HSL color Cylindrical-coordinate representation of color #CF12BF: hue angle of 305.08º 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 #CF12BF is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 191 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.19 |
| HSL | 305.08º | 0.84% | 0.44% | - |
| HSV(B) | 305.08º | 0.91% | 0.81% | - |
| XYZ | 35.35 | 17.46 | 50.8 | - |
| YUV | 94.23 | 182.62 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 191 | 0 | 0.91 | 0.08 | 0.19 | 305.08 | 0.84 | 0.44 |
| Hex | CF | 12 | BF | 0 | 5B | 8 | 13 | 131 | 54 | 2C |
| Octal | 317 | 22 | 277 | 0 | 133 | 10 | 23 | 461 | 124 | 54 |
| Binary | 11001111 | 10010 | 10111111 | 0 | 1011011 | 1000 | 10011 | 100110001 | 1010100 | 101100 |
Color Harmonies of #CF12BF
Complementary color
Monochromatic Colors of #CF12BF
Black with #CF12BF
Text Example
Text Example
White with #CF12BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12BF; }
p { color: rgb(207,18,191); }
H1.HeaderClassName
{
color: #CF12BF;
}
.AnyTagClassName
{
color: #CF12BF;
}
</style>
background-color css
<style>
a { background-color: #CF12BF; }
a { background-color: rgb(207,18,191); }
div.DivClassName
{
background-color: #CF12BF;
}
.BgClassName
{
background-color: #CF12BF;
}
</style>
border-color css
<style>
span { border-color: #CF12BF; }
span { border-color: rgb(207,18,191); }
td.TdClassName
{
border-color: #CF12BF;
}
.TagClassName
{
border-color: #CF12BF;
}
</style>