Shades of Medium Violet Red #CF2195
Tints of Medium Violet Red #CF2195
RGB
CMYK
RGB Variations
Color information
#CF2195 (or 0xCF2195) is known color: Medium Violet Red. HEX triplet: CF, 21 and 95. RGB value is (207,33,149). Sum of RGB (Red+Green+Blue) = 207+33+149=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2195 is #30DE6A. Grayscale: #616161. Windows color (decimal): -3202667 or 9773519. OLE color: 9773519.
HSL color Cylindrical-coordinate representation of color #CF2195: hue angle of 320º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CF2195 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 149 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.19 |
| HSL | 320º | 0.73% | 0.47% | - |
| HSV(B) | 320º | 0.84% | 0.81% | - |
| XYZ | 31.7 | 16.52 | 29.95 | - |
| YUV | 98.25 | 156.65 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 149 | 0 | 0.84 | 0.28 | 0.19 | 320 | 0.73 | 0.47 |
| Hex | CF | 21 | 95 | 0 | 54 | 1C | 13 | 140 | 48 | 2F |
| Octal | 317 | 41 | 225 | 0 | 124 | 34 | 23 | 500 | 110 | 57 |
| Binary | 11001111 | 100001 | 10010101 | 0 | 1010100 | 11100 | 10011 | 101000000 | 1001000 | 101111 |
Color Harmonies of #CF2195
Complementary color
Monochromatic Colors of #CF2195
Black with #CF2195
Text Example
Text Example
White with #CF2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2195; }
p { color: rgb(207,33,149); }
H1.HeaderClassName
{
color: #CF2195;
}
.AnyTagClassName
{
color: #CF2195;
}
</style>
background-color css
<style>
a { background-color: #CF2195; }
a { background-color: rgb(207,33,149); }
div.DivClassName
{
background-color: #CF2195;
}
.BgClassName
{
background-color: #CF2195;
}
</style>
border-color css
<style>
span { border-color: #CF2195; }
span { border-color: rgb(207,33,149); }
td.TdClassName
{
border-color: #CF2195;
}
.TagClassName
{
border-color: #CF2195;
}
</style>