Shades of Medium Violet Red #CF17AA
Tints of Medium Violet Red #CF17AA
RGB
CMYK
RGB Variations
Color information
#CF17AA (or 0xCF17AA) is known color: Medium Violet Red. HEX triplet: CF, 17 and AA. RGB value is (207,23,170). Sum of RGB (Red+Green+Blue) = 207+23+170=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF17AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF17AA is #30E855. Grayscale: #5E5E5E. Windows color (decimal): -3205206 or 11147215. OLE color: 11147215.
HSL color Cylindrical-coordinate representation of color #CF17AA: hue angle of 312.07º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF17AA is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 23 | 170 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.19 |
| HSL | 312.07º | 0.8% | 0.45% | - |
| HSV(B) | 312.07º | 0.89% | 0.81% | - |
| XYZ | 33.29 | 16.78 | 39.51 | - |
| YUV | 94.77 | 170.46 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 23 | 170 | 0 | 0.89 | 0.18 | 0.19 | 312.07 | 0.8 | 0.45 |
| Hex | CF | 17 | AA | 0 | 59 | 12 | 13 | 138 | 50 | 2D |
| Octal | 317 | 27 | 252 | 0 | 131 | 22 | 23 | 470 | 120 | 55 |
| Binary | 11001111 | 10111 | 10101010 | 0 | 1011001 | 10010 | 10011 | 100111000 | 1010000 | 101101 |
Color Harmonies of #CF17AA
Complementary color
Monochromatic Colors of #CF17AA
Black with #CF17AA
Text Example
Text Example
White with #CF17AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF17AA; }
p { color: rgb(207,23,170); }
H1.HeaderClassName
{
color: #CF17AA;
}
.AnyTagClassName
{
color: #CF17AA;
}
</style>
background-color css
<style>
a { background-color: #CF17AA; }
a { background-color: rgb(207,23,170); }
div.DivClassName
{
background-color: #CF17AA;
}
.BgClassName
{
background-color: #CF17AA;
}
</style>
border-color css
<style>
span { border-color: #CF17AA; }
span { border-color: rgb(207,23,170); }
td.TdClassName
{
border-color: #CF17AA;
}
.TagClassName
{
border-color: #CF17AA;
}
</style>