Shades of Medium Violet Red #C30299
Tints of Medium Violet Red #C30299
RGB
CMYK
RGB Variations
Color information
#C30299 (or 0xC30299) is known color: Medium Violet Red. HEX triplet: C3, 02 and 99. RGB value is (195,2,153). Sum of RGB (Red+Green+Blue) = 195+2+153=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C30299 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30299 is #3CFD66. Grayscale: #4C4C4C. Windows color (decimal): -3997031 or 10027715. OLE color: 10027715.
HSL color Cylindrical-coordinate representation of color #C30299: hue angle of 313.06º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30299 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.24 |
| HSL | 313.06º | 0.98% | 0.39% | - |
| HSV(B) | 313.06º | 0.99% | 0.76% | - |
| XYZ | 28.28 | 13.95 | 31.34 | - |
| YUV | 76.92 | 170.94 | 212.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 153 | 0 | 0.99 | 0.22 | 0.24 | 313.06 | 0.98 | 0.39 |
| Hex | C3 | 2 | 99 | 0 | 63 | 16 | 18 | 139 | 62 | 27 |
| Octal | 303 | 2 | 231 | 0 | 143 | 26 | 30 | 471 | 142 | 47 |
| Binary | 11000011 | 10 | 10011001 | 0 | 1100011 | 10110 | 11000 | 100111001 | 1100010 | 100111 |
Color Harmonies of #C30299
Complementary color
Monochromatic Colors of #C30299
Black with #C30299
Text Example
Text Example
White with #C30299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30299; }
p { color: rgb(195,2,153); }
H1.HeaderClassName
{
color: #C30299;
}
.AnyTagClassName
{
color: #C30299;
}
</style>
background-color css
<style>
a { background-color: #C30299; }
a { background-color: rgb(195,2,153); }
div.DivClassName
{
background-color: #C30299;
}
.BgClassName
{
background-color: #C30299;
}
</style>
border-color css
<style>
span { border-color: #C30299; }
span { border-color: rgb(195,2,153); }
td.TdClassName
{
border-color: #C30299;
}
.TagClassName
{
border-color: #C30299;
}
</style>