Shades of Medium Red Violet #C62FAC
Tints of Medium Red Violet #C62FAC
RGB
CMYK
RGB Variations
Color information
#C62FAC (or 0xC62FAC) is known color: Medium Red Violet. HEX triplet: C6, 2F and AC. RGB value is (198,47,172). Sum of RGB (Red+Green+Blue) = 198+47+172=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 47 (18.75% from 255 or 11.27% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62FAC is #39D053. Grayscale: #6A6A6A. Windows color (decimal): -3788884 or 11284422. OLE color: 11284422.
HSL color Cylindrical-coordinate representation of color #C62FAC: hue angle of 310.33º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62FAC is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 172 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.22 |
| HSL | 310.33º | 0.62% | 0.48% | - |
| HSV(B) | 310.33º | 0.76% | 0.78% | - |
| XYZ | 31.75 | 17.02 | 40.64 | - |
| YUV | 106.4 | 165.03 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 172 | 0 | 0.76 | 0.13 | 0.22 | 310.33 | 0.62 | 0.48 |
| Hex | C6 | 2F | AC | 0 | 4C | D | 16 | 136 | 3E | 30 |
| Octal | 306 | 57 | 254 | 0 | 114 | 15 | 26 | 466 | 76 | 60 |
| Binary | 11000110 | 101111 | 10101100 | 0 | 1001100 | 1101 | 10110 | 100110110 | 111110 | 110000 |
Color Harmonies of #C62FAC
Complementary color
Monochromatic Colors of #C62FAC
Black with #C62FAC
Text Example
Text Example
White with #C62FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FAC; }
p { color: rgb(198,47,172); }
H1.HeaderClassName
{
color: #C62FAC;
}
.AnyTagClassName
{
color: #C62FAC;
}
</style>
background-color css
<style>
a { background-color: #C62FAC; }
a { background-color: rgb(198,47,172); }
div.DivClassName
{
background-color: #C62FAC;
}
.BgClassName
{
background-color: #C62FAC;
}
</style>
border-color css
<style>
span { border-color: #C62FAC; }
span { border-color: rgb(198,47,172); }
td.TdClassName
{
border-color: #C62FAC;
}
.TagClassName
{
border-color: #C62FAC;
}
</style>