Shades of Medium Violet Red #CF2193
Tints of Medium Violet Red #CF2193
RGB
CMYK
RGB Variations
Color information
#CF2193 (or 0xCF2193) is known color: Medium Violet Red. HEX triplet: CF, 21 and 93. RGB value is (207,33,147). Sum of RGB (Red+Green+Blue) = 207+33+147=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2193 is #30DE6C. Grayscale: #616161. Windows color (decimal): -3202669 or 9642447. OLE color: 9642447.
HSL color Cylindrical-coordinate representation of color #CF2193: hue angle of 320.69º 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 #CF2193 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 33 | 147 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.19 |
| HSL | 320.69º | 0.73% | 0.47% | - |
| HSV(B) | 320.69º | 0.84% | 0.81% | - |
| XYZ | 31.54 | 16.46 | 29.12 | - |
| YUV | 98.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 33 | 147 | 0 | 0.84 | 0.29 | 0.19 | 320.69 | 0.73 | 0.47 |
| Hex | CF | 21 | 93 | 0 | 54 | 1D | 13 | 141 | 48 | 2F |
| Octal | 317 | 41 | 223 | 0 | 124 | 35 | 23 | 501 | 110 | 57 |
| Binary | 11001111 | 100001 | 10010011 | 0 | 1010100 | 11101 | 10011 | 101000001 | 1001000 | 101111 |
Color Harmonies of #CF2193
Complementary color
Monochromatic Colors of #CF2193
Black with #CF2193
Text Example
Text Example
White with #CF2193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2193; }
p { color: rgb(207,33,147); }
H1.HeaderClassName
{
color: #CF2193;
}
.AnyTagClassName
{
color: #CF2193;
}
</style>
background-color css
<style>
a { background-color: #CF2193; }
a { background-color: rgb(207,33,147); }
div.DivClassName
{
background-color: #CF2193;
}
.BgClassName
{
background-color: #CF2193;
}
</style>
border-color css
<style>
span { border-color: #CF2193; }
span { border-color: rgb(207,33,147); }
td.TdClassName
{
border-color: #CF2193;
}
.TagClassName
{
border-color: #CF2193;
}
</style>