Shades of Medium Red Violet #C62A7B
Tints of Medium Red Violet #C62A7B
RGB
CMYK
RGB Variations
Color information
#C62A7B (or 0xC62A7B) is known color: Medium Red Violet. HEX triplet: C6, 2A and 7B. RGB value is (198,42,123). Sum of RGB (Red+Green+Blue) = 198+42+123=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A7B is #39D584. Grayscale: #616161. Windows color (decimal): -3790213 or 8071878. OLE color: 8071878.
HSL color Cylindrical-coordinate representation of color #C62A7B: hue angle of 328.85º degrees, saturation: 0.65, 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 #C62A7B is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 123 | - |
| CMYK | 0 | 0.79 | 0.38 | 0.22 |
| HSL | 328.85º | 0.65% | 0.47% | - |
| HSV(B) | 328.85º | 0.79% | 0.78% | - |
| XYZ | 27.69 | 15.09 | 20.19 | - |
| YUV | 97.88 | 142.18 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 123 | 0 | 0.79 | 0.38 | 0.22 | 328.85 | 0.65 | 0.47 |
| Hex | C6 | 2A | 7B | 0 | 4F | 26 | 16 | 149 | 41 | 2F |
| Octal | 306 | 52 | 173 | 0 | 117 | 46 | 26 | 511 | 101 | 57 |
| Binary | 11000110 | 101010 | 1111011 | 0 | 1001111 | 100110 | 10110 | 101001001 | 1000001 | 101111 |
Color Harmonies of #C62A7B
Complementary color
Monochromatic Colors of #C62A7B
Black with #C62A7B
Text Example
Text Example
White with #C62A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A7B; }
p { color: rgb(198,42,123); }
H1.HeaderClassName
{
color: #C62A7B;
}
.AnyTagClassName
{
color: #C62A7B;
}
</style>
background-color css
<style>
a { background-color: #C62A7B; }
a { background-color: rgb(198,42,123); }
div.DivClassName
{
background-color: #C62A7B;
}
.BgClassName
{
background-color: #C62A7B;
}
</style>
border-color css
<style>
span { border-color: #C62A7B; }
span { border-color: rgb(198,42,123); }
td.TdClassName
{
border-color: #C62A7B;
}
.TagClassName
{
border-color: #C62A7B;
}
</style>