Shades of Medium Violet Red #C30D81
Tints of Medium Violet Red #C30D81
RGB
CMYK
RGB Variations
Color information
#C30D81 (or 0xC30D81) is known color: Medium Violet Red. HEX triplet: C3, 0D and 81. RGB value is (195,13,129). Sum of RGB (Red+Green+Blue) = 195+13+129=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 13 (5.47% from 255 or 3.86% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D81 is #3CF27E. Grayscale: #505050. Windows color (decimal): -3994239 or 8457667. OLE color: 8457667.
HSL color Cylindrical-coordinate representation of color #C30D81: hue angle of 321.76º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D81 is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 129 | - |
| CMYK | 0 | 0.93 | 0.34 | 0.24 |
| HSL | 321.76º | 0.88% | 0.41% | - |
| HSV(B) | 321.76º | 0.93% | 0.76% | - |
| XYZ | 26.61 | 13.47 | 21.97 | - |
| YUV | 80.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 129 | 0 | 0.93 | 0.34 | 0.24 | 321.76 | 0.88 | 0.41 |
| Hex | C3 | D | 81 | 0 | 5D | 22 | 18 | 142 | 58 | 29 |
| Octal | 303 | 15 | 201 | 0 | 135 | 42 | 30 | 502 | 130 | 51 |
| Binary | 11000011 | 1101 | 10000001 | 0 | 1011101 | 100010 | 11000 | 101000010 | 1011000 | 101001 |
Color Harmonies of #C30D81
Complementary color
Monochromatic Colors of #C30D81
Black with #C30D81
Text Example
Text Example
White with #C30D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D81; }
p { color: rgb(195,13,129); }
H1.HeaderClassName
{
color: #C30D81;
}
.AnyTagClassName
{
color: #C30D81;
}
</style>
background-color css
<style>
a { background-color: #C30D81; }
a { background-color: rgb(195,13,129); }
div.DivClassName
{
background-color: #C30D81;
}
.BgClassName
{
background-color: #C30D81;
}
</style>
border-color css
<style>
span { border-color: #C30D81; }
span { border-color: rgb(195,13,129); }
td.TdClassName
{
border-color: #C30D81;
}
.TagClassName
{
border-color: #C30D81;
}
</style>