Shades of Medium Violet Red #C30C82
Tints of Medium Violet Red #C30C82
RGB
CMYK
RGB Variations
Color information
#C30C82 (or 0xC30C82) is known color: Medium Violet Red. HEX triplet: C3, 0C and 82. RGB value is (195,12,130). Sum of RGB (Red+Green+Blue) = 195+12+130=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30C82 is #3CF37D. Grayscale: #4F4F4F. Windows color (decimal): -3994494 or 8522947. OLE color: 8522947.
HSL color Cylindrical-coordinate representation of color #C30C82: hue angle of 321.31º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C82 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 130 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.24 |
| HSL | 321.31º | 0.88% | 0.41% | - |
| HSV(B) | 321.31º | 0.94% | 0.76% | - |
| XYZ | 26.67 | 13.48 | 22.31 | - |
| YUV | 80.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 130 | 0 | 0.94 | 0.33 | 0.24 | 321.31 | 0.88 | 0.41 |
| Hex | C3 | C | 82 | 0 | 5E | 21 | 18 | 141 | 58 | 29 |
| Octal | 303 | 14 | 202 | 0 | 136 | 41 | 30 | 501 | 130 | 51 |
| Binary | 11000011 | 1100 | 10000010 | 0 | 1011110 | 100001 | 11000 | 101000001 | 1011000 | 101001 |
Color Harmonies of #C30C82
Complementary color
Monochromatic Colors of #C30C82
Black with #C30C82
Text Example
Text Example
White with #C30C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C82; }
p { color: rgb(195,12,130); }
H1.HeaderClassName
{
color: #C30C82;
}
.AnyTagClassName
{
color: #C30C82;
}
</style>
background-color css
<style>
a { background-color: #C30C82; }
a { background-color: rgb(195,12,130); }
div.DivClassName
{
background-color: #C30C82;
}
.BgClassName
{
background-color: #C30C82;
}
</style>
border-color css
<style>
span { border-color: #C30C82; }
span { border-color: rgb(195,12,130); }
td.TdClassName
{
border-color: #C30C82;
}
.TagClassName
{
border-color: #C30C82;
}
</style>