Shades of Medium Red Violet #C63099
Tints of Medium Red Violet #C63099
RGB
CMYK
RGB Variations
Color information
#C63099 (or 0xC63099) is known color: Medium Red Violet. HEX triplet: C6, 30 and 99. RGB value is (198,48,153). Sum of RGB (Red+Green+Blue) = 198+48+153=399 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.62% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 198 - color contains mainly: red. Hex color #C63099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63099 is #39CF66. Grayscale: #686868. Windows color (decimal): -3788647 or 10039494. OLE color: 10039494.
HSL color Cylindrical-coordinate representation of color #C63099: hue angle of 318º degrees, saturation: 0.61, 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 #C63099 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 48 | 153 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.22 |
| HSL | 318º | 0.61% | 0.48% | - |
| HSV(B) | 318º | 0.76% | 0.78% | - |
| XYZ | 30.1 | 16.42 | 31.72 | - |
| YUV | 104.82 | 155.2 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 48 | 153 | 0 | 0.76 | 0.23 | 0.22 | 318 | 0.61 | 0.48 |
| Hex | C6 | 30 | 99 | 0 | 4C | 17 | 16 | 13E | 3D | 30 |
| Octal | 306 | 60 | 231 | 0 | 114 | 27 | 26 | 476 | 75 | 60 |
| Binary | 11000110 | 110000 | 10011001 | 0 | 1001100 | 10111 | 10110 | 100111110 | 111101 | 110000 |
Color Harmonies of #C63099
Complementary color
Monochromatic Colors of #C63099
Black with #C63099
Text Example
Text Example
White with #C63099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63099; }
p { color: rgb(198,48,153); }
H1.HeaderClassName
{
color: #C63099;
}
.AnyTagClassName
{
color: #C63099;
}
</style>
background-color css
<style>
a { background-color: #C63099; }
a { background-color: rgb(198,48,153); }
div.DivClassName
{
background-color: #C63099;
}
.BgClassName
{
background-color: #C63099;
}
</style>
border-color css
<style>
span { border-color: #C63099; }
span { border-color: rgb(198,48,153); }
td.TdClassName
{
border-color: #C63099;
}
.TagClassName
{
border-color: #C63099;
}
</style>