Shades of Medium Violet Red #CF197F
Tints of Medium Violet Red #CF197F
RGB
CMYK
RGB Variations
Color information
#CF197F (or 0xCF197F) is known color: Medium Violet Red. HEX triplet: CF, 19 and 7F. RGB value is (207,25,127). Sum of RGB (Red+Green+Blue) = 207+25+127=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF197F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF197F is #30E680. Grayscale: #5A5A5A. Windows color (decimal): -3204737 or 8329679. OLE color: 8329679.
HSL color Cylindrical-coordinate representation of color #CF197F: hue angle of 326.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF197F is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 127 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.19 |
| HSL | 326.37º | 0.78% | 0.45% | - |
| HSV(B) | 326.37º | 0.88% | 0.81% | - |
| XYZ | 29.91 | 15.49 | 21.49 | - |
| YUV | 91.05 | 148.3 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 127 | 0 | 0.88 | 0.39 | 0.19 | 326.37 | 0.78 | 0.45 |
| Hex | CF | 19 | 7F | 0 | 58 | 27 | 13 | 146 | 4E | 2D |
| Octal | 317 | 31 | 177 | 0 | 130 | 47 | 23 | 506 | 116 | 55 |
| Binary | 11001111 | 11001 | 1111111 | 0 | 1011000 | 100111 | 10011 | 101000110 | 1001110 | 101101 |
Color Harmonies of #CF197F
Complementary color
Monochromatic Colors of #CF197F
Black with #CF197F
Text Example
Text Example
White with #CF197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF197F; }
p { color: rgb(207,25,127); }
H1.HeaderClassName
{
color: #CF197F;
}
.AnyTagClassName
{
color: #CF197F;
}
</style>
background-color css
<style>
a { background-color: #CF197F; }
a { background-color: rgb(207,25,127); }
div.DivClassName
{
background-color: #CF197F;
}
.BgClassName
{
background-color: #CF197F;
}
</style>
border-color css
<style>
span { border-color: #CF197F; }
span { border-color: rgb(207,25,127); }
td.TdClassName
{
border-color: #CF197F;
}
.TagClassName
{
border-color: #CF197F;
}
</style>