Shades of Medium Violet Red #CF14AA
Tints of Medium Violet Red #CF14AA
RGB
CMYK
RGB Variations
Color information
#CF14AA (or 0xCF14AA) is known color: Medium Violet Red. HEX triplet: CF, 14 and AA. RGB value is (207,20,170). Sum of RGB (Red+Green+Blue) = 207+20+170=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 20 (8.20% from 255 or 5.04% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF14AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF14AA is #30EB55. Grayscale: #5C5C5C. Windows color (decimal): -3205974 or 11146447. OLE color: 11146447.
HSL color Cylindrical-coordinate representation of color #CF14AA: hue angle of 311.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF14AA is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 20 | 170 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.19 |
| HSL | 311.87º | 0.82% | 0.45% | - |
| HSV(B) | 311.87º | 0.9% | 0.81% | - |
| XYZ | 33.24 | 16.67 | 39.5 | - |
| YUV | 93.01 | 171.45 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 20 | 170 | 0 | 0.90 | 0.18 | 0.19 | 311.87 | 0.82 | 0.45 |
| Hex | CF | 14 | AA | 0 | 5A | 12 | 13 | 138 | 52 | 2D |
| Octal | 317 | 24 | 252 | 0 | 132 | 22 | 23 | 470 | 122 | 55 |
| Binary | 11001111 | 10100 | 10101010 | 0 | 1011010 | 10010 | 10011 | 100111000 | 1010010 | 101101 |
Color Harmonies of #CF14AA
Complementary color
Monochromatic Colors of #CF14AA
Black with #CF14AA
Text Example
Text Example
White with #CF14AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF14AA; }
p { color: rgb(207,20,170); }
H1.HeaderClassName
{
color: #CF14AA;
}
.AnyTagClassName
{
color: #CF14AA;
}
</style>
background-color css
<style>
a { background-color: #CF14AA; }
a { background-color: rgb(207,20,170); }
div.DivClassName
{
background-color: #CF14AA;
}
.BgClassName
{
background-color: #CF14AA;
}
</style>
border-color css
<style>
span { border-color: #CF14AA; }
span { border-color: rgb(207,20,170); }
td.TdClassName
{
border-color: #CF14AA;
}
.TagClassName
{
border-color: #CF14AA;
}
</style>