Shades of Medium Violet Red #CF2593
Tints of Medium Violet Red #CF2593
RGB
CMYK
RGB Variations
Color information
#CF2593 (or 0xCF2593) is known color: Medium Violet Red. HEX triplet: CF, 25 and 93. RGB value is (207,37,147). Sum of RGB (Red+Green+Blue) = 207+37+147=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 37 (14.84% from 255 or 9.46% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2593 is #30DA6C. Grayscale: #646464. Windows color (decimal): -3201645 or 9643471. OLE color: 9643471.
HSL color Cylindrical-coordinate representation of color #CF2593: hue angle of 321.18º 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 #CF2593 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 37 | 147 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.19 |
| HSL | 321.18º | 0.7% | 0.48% | - |
| HSV(B) | 321.18º | 0.82% | 0.81% | - |
| XYZ | 31.66 | 16.7 | 29.16 | - |
| YUV | 100.37 | 154.32 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 37 | 147 | 0 | 0.82 | 0.29 | 0.19 | 321.18 | 0.7 | 0.48 |
| Hex | CF | 25 | 93 | 0 | 52 | 1D | 13 | 141 | 46 | 30 |
| Octal | 317 | 45 | 223 | 0 | 122 | 35 | 23 | 501 | 106 | 60 |
| Binary | 11001111 | 100101 | 10010011 | 0 | 1010010 | 11101 | 10011 | 101000001 | 1000110 | 110000 |
Color Harmonies of #CF2593
Complementary color
Monochromatic Colors of #CF2593
Black with #CF2593
Text Example
Text Example
White with #CF2593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2593; }
p { color: rgb(207,37,147); }
H1.HeaderClassName
{
color: #CF2593;
}
.AnyTagClassName
{
color: #CF2593;
}
</style>
background-color css
<style>
a { background-color: #CF2593; }
a { background-color: rgb(207,37,147); }
div.DivClassName
{
background-color: #CF2593;
}
.BgClassName
{
background-color: #CF2593;
}
</style>
border-color css
<style>
span { border-color: #CF2593; }
span { border-color: rgb(207,37,147); }
td.TdClassName
{
border-color: #CF2593;
}
.TagClassName
{
border-color: #CF2593;
}
</style>