Shades of Medium Red Violet #C62BAC
Tints of Medium Red Violet #C62BAC
RGB
CMYK
RGB Variations
Color information
#C62BAC (or 0xC62BAC) is known color: Medium Red Violet. HEX triplet: C6, 2B and AC. RGB value is (198,43,172). Sum of RGB (Red+Green+Blue) = 198+43+172=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C62BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62BAC is #39D453. Grayscale: #676767. Windows color (decimal): -3789908 or 11283398. OLE color: 11283398.
HSL color Cylindrical-coordinate representation of color #C62BAC: hue angle of 310.06º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C62BAC is Cyan = 0, Magento = 0.78, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 172 | - |
| CMYK | 0 | 0.78 | 0.13 | 0.22 |
| HSL | 310.06º | 0.64% | 0.47% | - |
| HSV(B) | 310.06º | 0.78% | 0.78% | - |
| XYZ | 31.6 | 16.71 | 40.59 | - |
| YUV | 104.05 | 166.35 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 172 | 0 | 0.78 | 0.13 | 0.22 | 310.06 | 0.64 | 0.47 |
| Hex | C6 | 2B | AC | 0 | 4E | D | 16 | 136 | 40 | 2F |
| Octal | 306 | 53 | 254 | 0 | 116 | 15 | 26 | 466 | 100 | 57 |
| Binary | 11000110 | 101011 | 10101100 | 0 | 1001110 | 1101 | 10110 | 100110110 | 1000000 | 101111 |
Color Harmonies of #C62BAC
Complementary color
Monochromatic Colors of #C62BAC
Black with #C62BAC
Text Example
Text Example
White with #C62BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BAC; }
p { color: rgb(198,43,172); }
H1.HeaderClassName
{
color: #C62BAC;
}
.AnyTagClassName
{
color: #C62BAC;
}
</style>
background-color css
<style>
a { background-color: #C62BAC; }
a { background-color: rgb(198,43,172); }
div.DivClassName
{
background-color: #C62BAC;
}
.BgClassName
{
background-color: #C62BAC;
}
</style>
border-color css
<style>
span { border-color: #C62BAC; }
span { border-color: rgb(198,43,172); }
td.TdClassName
{
border-color: #C62BAC;
}
.TagClassName
{
border-color: #C62BAC;
}
</style>