Shades of Medium Violet Red #CF2595
Tints of Medium Violet Red #CF2595
RGB
CMYK
RGB Variations
Color information
#CF2595 (or 0xCF2595) is known color: Medium Violet Red. HEX triplet: CF, 25 and 95. RGB value is (207,37,149). Sum of RGB (Red+Green+Blue) = 207+37+149=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 37 (14.84% from 255 or 9.41% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2595 is #30DA6A. Grayscale: #646464. Windows color (decimal): -3201643 or 9774543. OLE color: 9774543.
HSL color Cylindrical-coordinate representation of color #CF2595: hue angle of 320.47º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2595 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 149 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.19 |
| HSL | 320.47º | 0.7% | 0.48% | - |
| HSV(B) | 320.47º | 0.82% | 0.81% | - |
| XYZ | 31.82 | 16.76 | 29.99 | - |
| YUV | 100.6 | 155.32 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 149 | 0 | 0.82 | 0.28 | 0.19 | 320.47 | 0.7 | 0.48 |
| Hex | CF | 25 | 95 | 0 | 52 | 1C | 13 | 140 | 46 | 30 |
| Octal | 317 | 45 | 225 | 0 | 122 | 34 | 23 | 500 | 106 | 60 |
| Binary | 11001111 | 100101 | 10010101 | 0 | 1010010 | 11100 | 10011 | 101000000 | 1000110 | 110000 |
Color Harmonies of #CF2595
Complementary color
Monochromatic Colors of #CF2595
Black with #CF2595
Text Example
Text Example
White with #CF2595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2595; }
p { color: rgb(207,37,149); }
H1.HeaderClassName
{
color: #CF2595;
}
.AnyTagClassName
{
color: #CF2595;
}
</style>
background-color css
<style>
a { background-color: #CF2595; }
a { background-color: rgb(207,37,149); }
div.DivClassName
{
background-color: #CF2595;
}
.BgClassName
{
background-color: #CF2595;
}
</style>
border-color css
<style>
span { border-color: #CF2595; }
span { border-color: rgb(207,37,149); }
td.TdClassName
{
border-color: #CF2595;
}
.TagClassName
{
border-color: #CF2595;
}
</style>