Shades of Medium Violet Red #CF11AA
Tints of Medium Violet Red #CF11AA
RGB
CMYK
RGB Variations
Color information
#CF11AA (or 0xCF11AA) is known color: Medium Violet Red. HEX triplet: CF, 11 and AA. RGB value is (207,17,170). Sum of RGB (Red+Green+Blue) = 207+17+170=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CF11AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF11AA is #30EE55. Grayscale: #5A5A5A. Windows color (decimal): -3206742 or 11145679. OLE color: 11145679.
HSL color Cylindrical-coordinate representation of color #CF11AA: hue angle of 311.68º 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 #CF11AA is Cyan = 0, Magento = 0.92, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 17 | 170 | - |
| CMYK | 0 | 0.92 | 0.18 | 0.19 |
| HSL | 311.68º | 0.85% | 0.44% | - |
| HSV(B) | 311.68º | 0.92% | 0.81% | - |
| XYZ | 33.19 | 16.57 | 39.48 | - |
| YUV | 91.25 | 172.45 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 17 | 170 | 0 | 0.92 | 0.18 | 0.19 | 311.68 | 0.85 | 0.44 |
| Hex | CF | 11 | AA | 0 | 5C | 12 | 13 | 138 | 55 | 2C |
| Octal | 317 | 21 | 252 | 0 | 134 | 22 | 23 | 470 | 125 | 54 |
| Binary | 11001111 | 10001 | 10101010 | 0 | 1011100 | 10010 | 10011 | 100111000 | 1010101 | 101100 |
Color Harmonies of #CF11AA
Complementary color
Monochromatic Colors of #CF11AA
Black with #CF11AA
Text Example
Text Example
White with #CF11AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF11AA; }
p { color: rgb(207,17,170); }
H1.HeaderClassName
{
color: #CF11AA;
}
.AnyTagClassName
{
color: #CF11AA;
}
</style>
background-color css
<style>
a { background-color: #CF11AA; }
a { background-color: rgb(207,17,170); }
div.DivClassName
{
background-color: #CF11AA;
}
.BgClassName
{
background-color: #CF11AA;
}
</style>
border-color css
<style>
span { border-color: #CF11AA; }
span { border-color: rgb(207,17,170); }
td.TdClassName
{
border-color: #CF11AA;
}
.TagClassName
{
border-color: #CF11AA;
}
</style>