Shades of Medium Red Violet #C62A8B
Tints of Medium Red Violet #C62A8B
RGB
CMYK
RGB Variations
Color information
#C62A8B (or 0xC62A8B) is known color: Medium Red Violet. HEX triplet: C6, 2A and 8B. RGB value is (198,42,139). Sum of RGB (Red+Green+Blue) = 198+42+139=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62A8B is #39D574. Grayscale: #636363. Windows color (decimal): -3790197 or 9120454. OLE color: 9120454.
HSL color Cylindrical-coordinate representation of color #C62A8B: hue angle of 322.69º 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 #C62A8B is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 42 | 139 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.22 |
| HSL | 322.69º | 0.65% | 0.47% | - |
| HSV(B) | 322.69º | 0.79% | 0.78% | - |
| XYZ | 28.78 | 15.53 | 25.91 | - |
| YUV | 99.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 139 | 0 | 0.79 | 0.30 | 0.22 | 322.69 | 0.65 | 0.47 |
| Hex | C6 | 2A | 8B | 0 | 4F | 1E | 16 | 143 | 41 | 2F |
| Octal | 306 | 52 | 213 | 0 | 117 | 36 | 26 | 503 | 101 | 57 |
| Binary | 11000110 | 101010 | 10001011 | 0 | 1001111 | 11110 | 10110 | 101000011 | 1000001 | 101111 |
Color Harmonies of #C62A8B
Complementary color
Monochromatic Colors of #C62A8B
Black with #C62A8B
Text Example
Text Example
White with #C62A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62A8B; }
p { color: rgb(198,42,139); }
H1.HeaderClassName
{
color: #C62A8B;
}
.AnyTagClassName
{
color: #C62A8B;
}
</style>
background-color css
<style>
a { background-color: #C62A8B; }
a { background-color: rgb(198,42,139); }
div.DivClassName
{
background-color: #C62A8B;
}
.BgClassName
{
background-color: #C62A8B;
}
</style>
border-color css
<style>
span { border-color: #C62A8B; }
span { border-color: rgb(198,42,139); }
td.TdClassName
{
border-color: #C62A8B;
}
.TagClassName
{
border-color: #C62A8B;
}
</style>