Shades of Deep Magenta #CF12C4
Tints of Deep Magenta #CF12C4
RGB
CMYK
RGB Variations
Color information
#CF12C4 (or 0xCF12C4) is known color: Deep Magenta. HEX triplet: CF, 12 and C4. RGB value is (207,18,196). Sum of RGB (Red+Green+Blue) = 207+18+196=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 18 (7.42% from 255 or 4.28% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF12C4 is #30ED3B. Grayscale: #5E5E5E. Windows color (decimal): -3206460 or 12849871. OLE color: 12849871.
HSL color Cylindrical-coordinate representation of color #CF12C4: hue angle of 303.49º 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 #CF12C4 is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 196 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.19 |
| HSL | 303.49º | 0.84% | 0.44% | - |
| HSV(B) | 303.49º | 0.91% | 0.81% | - |
| XYZ | 35.91 | 17.68 | 53.75 | - |
| YUV | 94.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 196 | 0 | 0.91 | 0.05 | 0.19 | 303.49 | 0.84 | 0.44 |
| Hex | CF | 12 | C4 | 0 | 5B | 5 | 13 | 12F | 54 | 2C |
| Octal | 317 | 22 | 304 | 0 | 133 | 5 | 23 | 457 | 124 | 54 |
| Binary | 11001111 | 10010 | 11000100 | 0 | 1011011 | 101 | 10011 | 100101111 | 1010100 | 101100 |
Color Harmonies of #CF12C4
Complementary color
Monochromatic Colors of #CF12C4
Black with #CF12C4
Text Example
Text Example
White with #CF12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12C4; }
p { color: rgb(207,18,196); }
H1.HeaderClassName
{
color: #CF12C4;
}
.AnyTagClassName
{
color: #CF12C4;
}
</style>
background-color css
<style>
a { background-color: #CF12C4; }
a { background-color: rgb(207,18,196); }
div.DivClassName
{
background-color: #CF12C4;
}
.BgClassName
{
background-color: #CF12C4;
}
</style>
border-color css
<style>
span { border-color: #CF12C4; }
span { border-color: rgb(207,18,196); }
td.TdClassName
{
border-color: #CF12C4;
}
.TagClassName
{
border-color: #CF12C4;
}
</style>