Shades of Medium Violet Red #CF11A2
Tints of Medium Violet Red #CF11A2
RGB
CMYK
RGB Variations
Color information
#CF11A2 (or 0xCF11A2) is known color: Medium Violet Red. HEX triplet: CF, 11 and A2. RGB value is (207,17,162). Sum of RGB (Red+Green+Blue) = 207+17+162=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF11A2 is #30EE5D. Grayscale: #595959. Windows color (decimal): -3206750 or 10621391. OLE color: 10621391.
HSL color Cylindrical-coordinate representation of color #CF11A2: hue angle of 314.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF11A2 is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 162 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.19 |
| HSL | 314.21º | 0.85% | 0.44% | - |
| HSV(B) | 314.21º | 0.92% | 0.81% | - |
| XYZ | 32.45 | 16.27 | 35.61 | - |
| YUV | 90.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 162 | 0 | 0.92 | 0.22 | 0.19 | 314.21 | 0.85 | 0.44 |
| Hex | CF | 11 | A2 | 0 | 5C | 16 | 13 | 13A | 55 | 2C |
| Octal | 317 | 21 | 242 | 0 | 134 | 26 | 23 | 472 | 125 | 54 |
| Binary | 11001111 | 10001 | 10100010 | 0 | 1011100 | 10110 | 10011 | 100111010 | 1010101 | 101100 |
Color Harmonies of #CF11A2
Complementary color
Monochromatic Colors of #CF11A2
Black with #CF11A2
Text Example
Text Example
White with #CF11A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11A2; }
p { color: rgb(207,17,162); }
H1.HeaderClassName
{
color: #CF11A2;
}
.AnyTagClassName
{
color: #CF11A2;
}
</style>
background-color css
<style>
a { background-color: #CF11A2; }
a { background-color: rgb(207,17,162); }
div.DivClassName
{
background-color: #CF11A2;
}
.BgClassName
{
background-color: #CF11A2;
}
</style>
border-color css
<style>
span { border-color: #CF11A2; }
span { border-color: rgb(207,17,162); }
td.TdClassName
{
border-color: #CF11A2;
}
.TagClassName
{
border-color: #CF11A2;
}
</style>