Shades of Medium Red Violet #C62788
Tints of Medium Red Violet #C62788
RGB
CMYK
RGB Variations
Color information
#C62788 (or 0xC62788) is known color: Medium Red Violet. HEX triplet: C6, 27 and 88. RGB value is (198,39,136). Sum of RGB (Red+Green+Blue) = 198+39+136=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 39 (15.62% from 255 or 10.46% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C62788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62788 is #39D877. Grayscale: #616161. Windows color (decimal): -3790968 or 8923078. OLE color: 8923078.
HSL color Cylindrical-coordinate representation of color #C62788: hue angle of 323.4º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62788 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 136 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.22 |
| HSL | 323.4º | 0.67% | 0.46% | - |
| HSV(B) | 323.4º | 0.8% | 0.78% | - |
| XYZ | 28.46 | 15.23 | 24.73 | - |
| YUV | 97.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 136 | 0 | 0.80 | 0.31 | 0.22 | 323.4 | 0.67 | 0.46 |
| Hex | C6 | 27 | 88 | 0 | 50 | 1F | 16 | 143 | 43 | 2E |
| Octal | 306 | 47 | 210 | 0 | 120 | 37 | 26 | 503 | 103 | 56 |
| Binary | 11000110 | 100111 | 10001000 | 0 | 1010000 | 11111 | 10110 | 101000011 | 1000011 | 101110 |
Color Harmonies of #C62788
Complementary color
Monochromatic Colors of #C62788
Black with #C62788
Text Example
Text Example
White with #C62788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62788; }
p { color: rgb(198,39,136); }
H1.HeaderClassName
{
color: #C62788;
}
.AnyTagClassName
{
color: #C62788;
}
</style>
background-color css
<style>
a { background-color: #C62788; }
a { background-color: rgb(198,39,136); }
div.DivClassName
{
background-color: #C62788;
}
.BgClassName
{
background-color: #C62788;
}
</style>
border-color css
<style>
span { border-color: #C62788; }
span { border-color: rgb(198,39,136); }
td.TdClassName
{
border-color: #C62788;
}
.TagClassName
{
border-color: #C62788;
}
</style>