Shades of Medium Red Violet #C62FAB
Tints of Medium Red Violet #C62FAB
RGB
CMYK
RGB Variations
Color information
#C62FAB (or 0xC62FAB) is known color: Medium Red Violet. HEX triplet: C6, 2F and AB. RGB value is (198,47,171). Sum of RGB (Red+Green+Blue) = 198+47+171=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C62FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62FAB is #39D054. Grayscale: #696969. Windows color (decimal): -3788885 or 11218886. OLE color: 11218886.
HSL color Cylindrical-coordinate representation of color #C62FAB: hue angle of 310.73º 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 #C62FAB is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 47 | 171 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.22 |
| HSL | 310.73º | 0.62% | 0.48% | - |
| HSV(B) | 310.73º | 0.76% | 0.78% | - |
| XYZ | 31.66 | 16.98 | 40.14 | - |
| YUV | 106.29 | 164.53 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 171 | 0 | 0.76 | 0.14 | 0.22 | 310.73 | 0.62 | 0.48 |
| Hex | C6 | 2F | AB | 0 | 4C | E | 16 | 137 | 3E | 30 |
| Octal | 306 | 57 | 253 | 0 | 114 | 16 | 26 | 467 | 76 | 60 |
| Binary | 11000110 | 101111 | 10101011 | 0 | 1001100 | 1110 | 10110 | 100110111 | 111110 | 110000 |
Color Harmonies of #C62FAB
Complementary color
Monochromatic Colors of #C62FAB
Black with #C62FAB
Text Example
Text Example
White with #C62FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FAB; }
p { color: rgb(198,47,171); }
H1.HeaderClassName
{
color: #C62FAB;
}
.AnyTagClassName
{
color: #C62FAB;
}
</style>
background-color css
<style>
a { background-color: #C62FAB; }
a { background-color: rgb(198,47,171); }
div.DivClassName
{
background-color: #C62FAB;
}
.BgClassName
{
background-color: #C62FAB;
}
</style>
border-color css
<style>
span { border-color: #C62FAB; }
span { border-color: rgb(198,47,171); }
td.TdClassName
{
border-color: #C62FAB;
}
.TagClassName
{
border-color: #C62FAB;
}
</style>