Shades of Medium Violet Red #CF197D
Tints of Medium Violet Red #CF197D
RGB
CMYK
RGB Variations
Color information
#CF197D (or 0xCF197D) is known color: Medium Violet Red. HEX triplet: CF, 19 and 7D. RGB value is (207,25,125). Sum of RGB (Red+Green+Blue) = 207+25+125=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF197D is #30E682. Grayscale: #5A5A5A. Windows color (decimal): -3204739 or 8198607. OLE color: 8198607.
HSL color Cylindrical-coordinate representation of color #CF197D: hue angle of 327.03º 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 #CF197D is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 125 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.19 |
| HSL | 327.03º | 0.78% | 0.45% | - |
| HSV(B) | 327.03º | 0.88% | 0.81% | - |
| XYZ | 29.78 | 15.44 | 20.81 | - |
| YUV | 90.82 | 147.3 | 210.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 125 | 0 | 0.88 | 0.40 | 0.19 | 327.03 | 0.78 | 0.45 |
| Hex | CF | 19 | 7D | 0 | 58 | 28 | 13 | 147 | 4E | 2D |
| Octal | 317 | 31 | 175 | 0 | 130 | 50 | 23 | 507 | 116 | 55 |
| Binary | 11001111 | 11001 | 1111101 | 0 | 1011000 | 101000 | 10011 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CF197D
Complementary color
Monochromatic Colors of #CF197D
Black with #CF197D
Text Example
Text Example
White with #CF197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF197D; }
p { color: rgb(207,25,125); }
H1.HeaderClassName
{
color: #CF197D;
}
.AnyTagClassName
{
color: #CF197D;
}
</style>
background-color css
<style>
a { background-color: #CF197D; }
a { background-color: rgb(207,25,125); }
div.DivClassName
{
background-color: #CF197D;
}
.BgClassName
{
background-color: #CF197D;
}
</style>
border-color css
<style>
span { border-color: #CF197D; }
span { border-color: rgb(207,25,125); }
td.TdClassName
{
border-color: #CF197D;
}
.TagClassName
{
border-color: #CF197D;
}
</style>