Shades of Medium Violet Red #CF1995
Tints of Medium Violet Red #CF1995
RGB
CMYK
RGB Variations
Color information
#CF1995 (or 0xCF1995) is known color: Medium Violet Red. HEX triplet: CF, 19 and 95. RGB value is (207,25,149). Sum of RGB (Red+Green+Blue) = 207+25+149=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1995 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF1995 is #30E66A. Grayscale: #5D5D5D. Windows color (decimal): -3204715 or 9771471. OLE color: 9771471.
HSL color Cylindrical-coordinate representation of color #CF1995: hue angle of 319.12º 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 #CF1995 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 25 | 149 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.19 |
| HSL | 319.12º | 0.78% | 0.45% | - |
| HSV(B) | 319.12º | 0.88% | 0.81% | - |
| XYZ | 31.5 | 16.13 | 29.89 | - |
| YUV | 93.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 25 | 149 | 0 | 0.88 | 0.28 | 0.19 | 319.12 | 0.78 | 0.45 |
| Hex | CF | 19 | 95 | 0 | 58 | 1C | 13 | 13F | 4E | 2D |
| Octal | 317 | 31 | 225 | 0 | 130 | 34 | 23 | 477 | 116 | 55 |
| Binary | 11001111 | 11001 | 10010101 | 0 | 1011000 | 11100 | 10011 | 100111111 | 1001110 | 101101 |
Color Harmonies of #CF1995
Complementary color
Monochromatic Colors of #CF1995
Black with #CF1995
Text Example
Text Example
White with #CF1995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF1995; }
p { color: rgb(207,25,149); }
H1.HeaderClassName
{
color: #CF1995;
}
.AnyTagClassName
{
color: #CF1995;
}
</style>
background-color css
<style>
a { background-color: #CF1995; }
a { background-color: rgb(207,25,149); }
div.DivClassName
{
background-color: #CF1995;
}
.BgClassName
{
background-color: #CF1995;
}
</style>
border-color css
<style>
span { border-color: #CF1995; }
span { border-color: rgb(207,25,149); }
td.TdClassName
{
border-color: #CF1995;
}
.TagClassName
{
border-color: #CF1995;
}
</style>