Shades of Medium Violet Red #CF12A0
Tints of Medium Violet Red #CF12A0
RGB
CMYK
RGB Variations
Color information
#CF12A0 (or 0xCF12A0) is known color: Medium Violet Red. HEX triplet: CF, 12 and A0. RGB value is (207,18,160). Sum of RGB (Red+Green+Blue) = 207+18+160=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF12A0 is #30ED5F. Grayscale: #5A5A5A. Windows color (decimal): -3206496 or 10490575. OLE color: 10490575.
HSL color Cylindrical-coordinate representation of color #CF12A0: hue angle of 314.92º 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 #CF12A0 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 160 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.19 |
| HSL | 314.92º | 0.84% | 0.44% | - |
| HSV(B) | 314.92º | 0.91% | 0.81% | - |
| XYZ | 32.29 | 16.24 | 34.69 | - |
| YUV | 90.7 | 167.12 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 160 | 0 | 0.91 | 0.23 | 0.19 | 314.92 | 0.84 | 0.44 |
| Hex | CF | 12 | A0 | 0 | 5B | 17 | 13 | 13B | 54 | 2C |
| Octal | 317 | 22 | 240 | 0 | 133 | 27 | 23 | 473 | 124 | 54 |
| Binary | 11001111 | 10010 | 10100000 | 0 | 1011011 | 10111 | 10011 | 100111011 | 1010100 | 101100 |
Color Harmonies of #CF12A0
Complementary color
Monochromatic Colors of #CF12A0
Black with #CF12A0
Text Example
Text Example
White with #CF12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12A0; }
p { color: rgb(207,18,160); }
H1.HeaderClassName
{
color: #CF12A0;
}
.AnyTagClassName
{
color: #CF12A0;
}
</style>
background-color css
<style>
a { background-color: #CF12A0; }
a { background-color: rgb(207,18,160); }
div.DivClassName
{
background-color: #CF12A0;
}
.BgClassName
{
background-color: #CF12A0;
}
</style>
border-color css
<style>
span { border-color: #CF12A0; }
span { border-color: rgb(207,18,160); }
td.TdClassName
{
border-color: #CF12A0;
}
.TagClassName
{
border-color: #CF12A0;
}
</style>