Shades of Medium Red Violet #C62B8A
Tints of Medium Red Violet #C62B8A
RGB
CMYK
RGB Variations
Color information
#C62B8A (or 0xC62B8A) is known color: Medium Red Violet. HEX triplet: C6, 2B and 8A. RGB value is (198,43,138). Sum of RGB (Red+Green+Blue) = 198+43+138=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62B8A is #39D475. Grayscale: #636363. Windows color (decimal): -3789942 or 9055174. OLE color: 9055174.
HSL color Cylindrical-coordinate representation of color #C62B8A: hue angle of 323.23º 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 #C62B8A is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 43 | 138 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.22 |
| HSL | 323.23º | 0.64% | 0.47% | - |
| HSV(B) | 323.23º | 0.78% | 0.78% | - |
| XYZ | 28.74 | 15.57 | 25.54 | - |
| YUV | 100.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 138 | 0 | 0.78 | 0.30 | 0.22 | 323.23 | 0.64 | 0.47 |
| Hex | C6 | 2B | 8A | 0 | 4E | 1E | 16 | 143 | 40 | 2F |
| Octal | 306 | 53 | 212 | 0 | 116 | 36 | 26 | 503 | 100 | 57 |
| Binary | 11000110 | 101011 | 10001010 | 0 | 1001110 | 11110 | 10110 | 101000011 | 1000000 | 101111 |
Color Harmonies of #C62B8A
Complementary color
Monochromatic Colors of #C62B8A
Black with #C62B8A
Text Example
Text Example
White with #C62B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62B8A; }
p { color: rgb(198,43,138); }
H1.HeaderClassName
{
color: #C62B8A;
}
.AnyTagClassName
{
color: #C62B8A;
}
</style>
background-color css
<style>
a { background-color: #C62B8A; }
a { background-color: rgb(198,43,138); }
div.DivClassName
{
background-color: #C62B8A;
}
.BgClassName
{
background-color: #C62B8A;
}
</style>
border-color css
<style>
span { border-color: #C62B8A; }
span { border-color: rgb(198,43,138); }
td.TdClassName
{
border-color: #C62B8A;
}
.TagClassName
{
border-color: #C62B8A;
}
</style>