Shades of Medium Violet Red #C30280
Tints of Medium Violet Red #C30280
RGB
CMYK
RGB Variations
Color information
#C30280 (or 0xC30280) is known color: Medium Violet Red. HEX triplet: C3, 02 and 80. RGB value is (195,2,128). Sum of RGB (Red+Green+Blue) = 195+2+128=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C30280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30280 is #3CFD7F. Grayscale: #494949. Windows color (decimal): -3997056 or 8389315. OLE color: 8389315.
HSL color Cylindrical-coordinate representation of color #C30280: hue angle of 320.83º 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 #C30280 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.24 |
| HSL | 320.83º | 0.98% | 0.39% | - |
| HSV(B) | 320.83º | 0.99% | 0.76% | - |
| XYZ | 26.42 | 13.2 | 21.58 | - |
| YUV | 74.07 | 158.44 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 128 | 0 | 0.99 | 0.34 | 0.24 | 320.83 | 0.98 | 0.39 |
| Hex | C3 | 2 | 80 | 0 | 63 | 22 | 18 | 141 | 62 | 27 |
| Octal | 303 | 2 | 200 | 0 | 143 | 42 | 30 | 501 | 142 | 47 |
| Binary | 11000011 | 10 | 10000000 | 0 | 1100011 | 100010 | 11000 | 101000001 | 1100010 | 100111 |
Color Harmonies of #C30280
Complementary color
Monochromatic Colors of #C30280
Black with #C30280
Text Example
Text Example
White with #C30280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30280; }
p { color: rgb(195,2,128); }
H1.HeaderClassName
{
color: #C30280;
}
.AnyTagClassName
{
color: #C30280;
}
</style>
background-color css
<style>
a { background-color: #C30280; }
a { background-color: rgb(195,2,128); }
div.DivClassName
{
background-color: #C30280;
}
.BgClassName
{
background-color: #C30280;
}
</style>
border-color css
<style>
span { border-color: #C30280; }
span { border-color: rgb(195,2,128); }
td.TdClassName
{
border-color: #C30280;
}
.TagClassName
{
border-color: #C30280;
}
</style>