Shades of Medium Violet Red #CF197E
Tints of Medium Violet Red #CF197E
RGB
CMYK
RGB Variations
Color information
#CF197E (or 0xCF197E) is known color: Medium Violet Red. HEX triplet: CF, 19 and 7E. RGB value is (207,25,126). Sum of RGB (Red+Green+Blue) = 207+25+126=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF197E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF197E is #30E681. Grayscale: #5A5A5A. Windows color (decimal): -3204738 or 8264143. OLE color: 8264143.
HSL color Cylindrical-coordinate representation of color #CF197E: hue angle of 326.7º 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 #CF197E is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 126 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.19 |
| HSL | 326.7º | 0.78% | 0.45% | - |
| HSV(B) | 326.7º | 0.88% | 0.81% | - |
| XYZ | 29.85 | 15.47 | 21.15 | - |
| YUV | 90.93 | 147.8 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 126 | 0 | 0.88 | 0.39 | 0.19 | 326.7 | 0.78 | 0.45 |
| Hex | CF | 19 | 7E | 0 | 58 | 27 | 13 | 147 | 4E | 2D |
| Octal | 317 | 31 | 176 | 0 | 130 | 47 | 23 | 507 | 116 | 55 |
| Binary | 11001111 | 11001 | 1111110 | 0 | 1011000 | 100111 | 10011 | 101000111 | 1001110 | 101101 |
Color Harmonies of #CF197E
Complementary color
Monochromatic Colors of #CF197E
Black with #CF197E
Text Example
Text Example
White with #CF197E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF197E; }
p { color: rgb(207,25,126); }
H1.HeaderClassName
{
color: #CF197E;
}
.AnyTagClassName
{
color: #CF197E;
}
</style>
background-color css
<style>
a { background-color: #CF197E; }
a { background-color: rgb(207,25,126); }
div.DivClassName
{
background-color: #CF197E;
}
.BgClassName
{
background-color: #CF197E;
}
</style>
border-color css
<style>
span { border-color: #CF197E; }
span { border-color: rgb(207,25,126); }
td.TdClassName
{
border-color: #CF197E;
}
.TagClassName
{
border-color: #CF197E;
}
</style>