Shades of Medium Violet Red #CF12A4
Tints of Medium Violet Red #CF12A4
RGB
CMYK
RGB Variations
Color information
#CF12A4 (or 0xCF12A4) is known color: Medium Violet Red. HEX triplet: CF, 12 and A4. RGB value is (207,18,164). Sum of RGB (Red+Green+Blue) = 207+18+164=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 164 (64.45% from 255 or 42.16% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF12A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF12A4 is #30ED5B. Grayscale: #5A5A5A. Windows color (decimal): -3206492 or 10752719. OLE color: 10752719.
HSL color Cylindrical-coordinate representation of color #CF12A4: hue angle of 313.65º 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 #CF12A4 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 18 | 164 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.19 |
| HSL | 313.65º | 0.84% | 0.44% | - |
| HSV(B) | 313.65º | 0.91% | 0.81% | - |
| XYZ | 32.65 | 16.38 | 36.56 | - |
| YUV | 91.16 | 169.12 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 18 | 164 | 0 | 0.91 | 0.21 | 0.19 | 313.65 | 0.84 | 0.44 |
| Hex | CF | 12 | A4 | 0 | 5B | 15 | 13 | 13A | 54 | 2C |
| Octal | 317 | 22 | 244 | 0 | 133 | 25 | 23 | 472 | 124 | 54 |
| Binary | 11001111 | 10010 | 10100100 | 0 | 1011011 | 10101 | 10011 | 100111010 | 1010100 | 101100 |
Color Harmonies of #CF12A4
Complementary color
Monochromatic Colors of #CF12A4
Black with #CF12A4
Text Example
Text Example
White with #CF12A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF12A4; }
p { color: rgb(207,18,164); }
H1.HeaderClassName
{
color: #CF12A4;
}
.AnyTagClassName
{
color: #CF12A4;
}
</style>
background-color css
<style>
a { background-color: #CF12A4; }
a { background-color: rgb(207,18,164); }
div.DivClassName
{
background-color: #CF12A4;
}
.BgClassName
{
background-color: #CF12A4;
}
</style>
border-color css
<style>
span { border-color: #CF12A4; }
span { border-color: rgb(207,18,164); }
td.TdClassName
{
border-color: #CF12A4;
}
.TagClassName
{
border-color: #CF12A4;
}
</style>