Shades of Medium Violet Red #CF198B
Tints of Medium Violet Red #CF198B
RGB
CMYK
RGB Variations
Color information
#CF198B (or 0xCF198B) is known color: Medium Violet Red. HEX triplet: CF, 19 and 8B. RGB value is (207,25,139). Sum of RGB (Red+Green+Blue) = 207+25+139=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF198B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF198B is #30E674. Grayscale: #5C5C5C. Windows color (decimal): -3204725 or 9116111. OLE color: 9116111.
HSL color Cylindrical-coordinate representation of color #CF198B: hue angle of 322.42º 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 #CF198B is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 139 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.19 |
| HSL | 322.42º | 0.78% | 0.45% | - |
| HSV(B) | 322.42º | 0.88% | 0.81% | - |
| XYZ | 30.74 | 15.82 | 25.86 | - |
| YUV | 92.41 | 154.3 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 139 | 0 | 0.88 | 0.33 | 0.19 | 322.42 | 0.78 | 0.45 |
| Hex | CF | 19 | 8B | 0 | 58 | 21 | 13 | 142 | 4E | 2D |
| Octal | 317 | 31 | 213 | 0 | 130 | 41 | 23 | 502 | 116 | 55 |
| Binary | 11001111 | 11001 | 10001011 | 0 | 1011000 | 100001 | 10011 | 101000010 | 1001110 | 101101 |
Color Harmonies of #CF198B
Complementary color
Monochromatic Colors of #CF198B
Black with #CF198B
Text Example
Text Example
White with #CF198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF198B; }
p { color: rgb(207,25,139); }
H1.HeaderClassName
{
color: #CF198B;
}
.AnyTagClassName
{
color: #CF198B;
}
</style>
background-color css
<style>
a { background-color: #CF198B; }
a { background-color: rgb(207,25,139); }
div.DivClassName
{
background-color: #CF198B;
}
.BgClassName
{
background-color: #CF198B;
}
</style>
border-color css
<style>
span { border-color: #CF198B; }
span { border-color: rgb(207,25,139); }
td.TdClassName
{
border-color: #CF198B;
}
.TagClassName
{
border-color: #CF198B;
}
</style>