Shades of Medium Violet Red #C302A0
Tints of Medium Violet Red #C302A0
RGB
CMYK
RGB Variations
Color information
#C302A0 (or 0xC302A0) is known color: Medium Violet Red. HEX triplet: C3, 02 and A0. RGB value is (195,2,160). Sum of RGB (Red+Green+Blue) = 195+2+160=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C302A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C302A0 is #3CFD5F. Grayscale: #4D4D4D. Windows color (decimal): -3997024 or 10486467. OLE color: 10486467.
HSL color Cylindrical-coordinate representation of color #C302A0: hue angle of 310.88º 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 #C302A0 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 160 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.24 |
| HSL | 310.88º | 0.98% | 0.39% | - |
| HSV(B) | 310.88º | 0.99% | 0.76% | - |
| XYZ | 28.87 | 14.18 | 34.47 | - |
| YUV | 77.72 | 174.44 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 160 | 0 | 0.99 | 0.18 | 0.24 | 310.88 | 0.98 | 0.39 |
| Hex | C3 | 2 | A0 | 0 | 63 | 12 | 18 | 137 | 62 | 27 |
| Octal | 303 | 2 | 240 | 0 | 143 | 22 | 30 | 467 | 142 | 47 |
| Binary | 11000011 | 10 | 10100000 | 0 | 1100011 | 10010 | 11000 | 100110111 | 1100010 | 100111 |
Color Harmonies of #C302A0
Complementary color
Monochromatic Colors of #C302A0
Black with #C302A0
Text Example
Text Example
White with #C302A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C302A0; }
p { color: rgb(195,2,160); }
H1.HeaderClassName
{
color: #C302A0;
}
.AnyTagClassName
{
color: #C302A0;
}
</style>
background-color css
<style>
a { background-color: #C302A0; }
a { background-color: rgb(195,2,160); }
div.DivClassName
{
background-color: #C302A0;
}
.BgClassName
{
background-color: #C302A0;
}
</style>
border-color css
<style>
span { border-color: #C302A0; }
span { border-color: rgb(195,2,160); }
td.TdClassName
{
border-color: #C302A0;
}
.TagClassName
{
border-color: #C302A0;
}
</style>