Shades of Medium Violet Red #C62375
Tints of Medium Violet Red #C62375
RGB
CMYK
RGB Variations
Color information
#C62375 (or 0xC62375) is known color: Medium Violet Red. HEX triplet: C6, 23 and 75. RGB value is (198,35,117). Sum of RGB (Red+Green+Blue) = 198+35+117=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 117 (46.09% from 255 or 33.43% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C62375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62375 is #39DC8A. Grayscale: #5C5C5C. Windows color (decimal): -3792011 or 7676870. OLE color: 7676870.
HSL color Cylindrical-coordinate representation of color #C62375: hue angle of 329.82º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62375 is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 35 | 117 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.22 |
| HSL | 329.82º | 0.7% | 0.46% | - |
| HSV(B) | 329.82º | 0.82% | 0.78% | - |
| XYZ | 27.1 | 14.49 | 18.2 | - |
| YUV | 93.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 35 | 117 | 0 | 0.82 | 0.41 | 0.22 | 329.82 | 0.7 | 0.46 |
| Hex | C6 | 23 | 75 | 0 | 52 | 29 | 16 | 14A | 46 | 2E |
| Octal | 306 | 43 | 165 | 0 | 122 | 51 | 26 | 512 | 106 | 56 |
| Binary | 11000110 | 100011 | 1110101 | 0 | 1010010 | 101001 | 10110 | 101001010 | 1000110 | 101110 |
Color Harmonies of #C62375
Complementary color
Monochromatic Colors of #C62375
Black with #C62375
Text Example
Text Example
White with #C62375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62375; }
p { color: rgb(198,35,117); }
H1.HeaderClassName
{
color: #C62375;
}
.AnyTagClassName
{
color: #C62375;
}
</style>
background-color css
<style>
a { background-color: #C62375; }
a { background-color: rgb(198,35,117); }
div.DivClassName
{
background-color: #C62375;
}
.BgClassName
{
background-color: #C62375;
}
</style>
border-color css
<style>
span { border-color: #C62375; }
span { border-color: rgb(198,35,117); }
td.TdClassName
{
border-color: #C62375;
}
.TagClassName
{
border-color: #C62375;
}
</style>