Shades of Medium Red Violet #C62975
Tints of Medium Red Violet #C62975
RGB
CMYK
RGB Variations
Color information
#C62975 (or 0xC62975) is known color: Medium Red Violet. HEX triplet: C6, 29 and 75. RGB value is (198,41,117). Sum of RGB (Red+Green+Blue) = 198+41+117=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C62975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62975 is #39D68A. Grayscale: #606060. Windows color (decimal): -3790475 or 7678406. OLE color: 7678406.
HSL color Cylindrical-coordinate representation of color #C62975: hue angle of 330.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62975 is Cyan = 0, Magento = 0.79, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 41 | 117 | - |
| CMYK | 0 | 0.79 | 0.41 | 0.22 |
| HSL | 330.96º | 0.66% | 0.47% | - |
| HSV(B) | 330.96º | 0.79% | 0.78% | - |
| XYZ | 27.29 | 14.88 | 18.26 | - |
| YUV | 96.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 117 | 0 | 0.79 | 0.41 | 0.22 | 330.96 | 0.66 | 0.47 |
| Hex | C6 | 29 | 75 | 0 | 4F | 29 | 16 | 14B | 42 | 2F |
| Octal | 306 | 51 | 165 | 0 | 117 | 51 | 26 | 513 | 102 | 57 |
| Binary | 11000110 | 101001 | 1110101 | 0 | 1001111 | 101001 | 10110 | 101001011 | 1000010 | 101111 |
Color Harmonies of #C62975
Complementary color
Monochromatic Colors of #C62975
Black with #C62975
Text Example
Text Example
White with #C62975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62975; }
p { color: rgb(198,41,117); }
H1.HeaderClassName
{
color: #C62975;
}
.AnyTagClassName
{
color: #C62975;
}
</style>
background-color css
<style>
a { background-color: #C62975; }
a { background-color: rgb(198,41,117); }
div.DivClassName
{
background-color: #C62975;
}
.BgClassName
{
background-color: #C62975;
}
</style>
border-color css
<style>
span { border-color: #C62975; }
span { border-color: rgb(198,41,117); }
td.TdClassName
{
border-color: #C62975;
}
.TagClassName
{
border-color: #C62975;
}
</style>