Shades of Medium Violet Red #CF198E
Tints of Medium Violet Red #CF198E
RGB
CMYK
RGB Variations
Color information
#CF198E (or 0xCF198E) is known color: Medium Violet Red. HEX triplet: CF, 19 and 8E. RGB value is (207,25,142). Sum of RGB (Red+Green+Blue) = 207+25+142=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF198E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF198E is #30E671. Grayscale: #5C5C5C. Windows color (decimal): -3204722 or 9312719. OLE color: 9312719.
HSL color Cylindrical-coordinate representation of color #CF198E: hue angle of 321.43º 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 #CF198E is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 142 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.19 |
| HSL | 321.43º | 0.78% | 0.45% | - |
| HSV(B) | 321.43º | 0.88% | 0.81% | - |
| XYZ | 30.96 | 15.91 | 27.03 | - |
| YUV | 92.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 142 | 0 | 0.88 | 0.31 | 0.19 | 321.43 | 0.78 | 0.45 |
| Hex | CF | 19 | 8E | 0 | 58 | 1F | 13 | 141 | 4E | 2D |
| Octal | 317 | 31 | 216 | 0 | 130 | 37 | 23 | 501 | 116 | 55 |
| Binary | 11001111 | 11001 | 10001110 | 0 | 1011000 | 11111 | 10011 | 101000001 | 1001110 | 101101 |
Color Harmonies of #CF198E
Complementary color
Monochromatic Colors of #CF198E
Black with #CF198E
Text Example
Text Example
White with #CF198E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF198E; }
p { color: rgb(207,25,142); }
H1.HeaderClassName
{
color: #CF198E;
}
.AnyTagClassName
{
color: #CF198E;
}
</style>
background-color css
<style>
a { background-color: #CF198E; }
a { background-color: rgb(207,25,142); }
div.DivClassName
{
background-color: #CF198E;
}
.BgClassName
{
background-color: #CF198E;
}
</style>
border-color css
<style>
span { border-color: #CF198E; }
span { border-color: rgb(207,25,142); }
td.TdClassName
{
border-color: #CF198E;
}
.TagClassName
{
border-color: #CF198E;
}
</style>