Shades of Medium Violet Red #C62193
Tints of Medium Violet Red #C62193
RGB
CMYK
RGB Variations
Color information
#C62193 (or 0xC62193) is known color: Medium Violet Red. HEX triplet: C6, 21 and 93. RGB value is (198,33,147). Sum of RGB (Red+Green+Blue) = 198+33+147=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C62193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62193 is #39DE6C. Grayscale: #5F5F5F. Windows color (decimal): -3792493 or 9642438. OLE color: 9642438.
HSL color Cylindrical-coordinate representation of color #C62193: hue angle of 318.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62193 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 33 | 147 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.22 |
| HSL | 318.55º | 0.71% | 0.45% | - |
| HSV(B) | 318.55º | 0.83% | 0.78% | - |
| XYZ | 29.1 | 15.2 | 29 | - |
| YUV | 95.33 | 157.16 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 33 | 147 | 0 | 0.83 | 0.26 | 0.22 | 318.55 | 0.71 | 0.45 |
| Hex | C6 | 21 | 93 | 0 | 53 | 1A | 16 | 13F | 47 | 2D |
| Octal | 306 | 41 | 223 | 0 | 123 | 32 | 26 | 477 | 107 | 55 |
| Binary | 11000110 | 100001 | 10010011 | 0 | 1010011 | 11010 | 10110 | 100111111 | 1000111 | 101101 |
Color Harmonies of #C62193
Complementary color
Monochromatic Colors of #C62193
Black with #C62193
Text Example
Text Example
White with #C62193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62193; }
p { color: rgb(198,33,147); }
H1.HeaderClassName
{
color: #C62193;
}
.AnyTagClassName
{
color: #C62193;
}
</style>
background-color css
<style>
a { background-color: #C62193; }
a { background-color: rgb(198,33,147); }
div.DivClassName
{
background-color: #C62193;
}
.BgClassName
{
background-color: #C62193;
}
</style>
border-color css
<style>
span { border-color: #C62193; }
span { border-color: rgb(198,33,147); }
td.TdClassName
{
border-color: #C62193;
}
.TagClassName
{
border-color: #C62193;
}
</style>