Shades of Medium Violet Red #C30D85
Tints of Medium Violet Red #C30D85
RGB
CMYK
RGB Variations
Color information
#C30D85 (or 0xC30D85) is known color: Medium Violet Red. HEX triplet: C3, 0D and 85. RGB value is (195,13,133). Sum of RGB (Red+Green+Blue) = 195+13+133=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30D85 is #3CF27A. Grayscale: #505050. Windows color (decimal): -3994235 or 8719811. OLE color: 8719811.
HSL color Cylindrical-coordinate representation of color #C30D85: hue angle of 320.44º 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 #C30D85 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 133 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.24 |
| HSL | 320.44º | 0.88% | 0.41% | - |
| HSV(B) | 320.44º | 0.93% | 0.76% | - |
| XYZ | 26.88 | 13.58 | 23.4 | - |
| YUV | 81.1 | 157.3 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 133 | 0 | 0.93 | 0.32 | 0.24 | 320.44 | 0.88 | 0.41 |
| Hex | C3 | D | 85 | 0 | 5D | 20 | 18 | 140 | 58 | 29 |
| Octal | 303 | 15 | 205 | 0 | 135 | 40 | 30 | 500 | 130 | 51 |
| Binary | 11000011 | 1101 | 10000101 | 0 | 1011101 | 100000 | 11000 | 101000000 | 1011000 | 101001 |
Color Harmonies of #C30D85
Complementary color
Monochromatic Colors of #C30D85
Black with #C30D85
Text Example
Text Example
White with #C30D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D85; }
p { color: rgb(195,13,133); }
H1.HeaderClassName
{
color: #C30D85;
}
.AnyTagClassName
{
color: #C30D85;
}
</style>
background-color css
<style>
a { background-color: #C30D85; }
a { background-color: rgb(195,13,133); }
div.DivClassName
{
background-color: #C30D85;
}
.BgClassName
{
background-color: #C30D85;
}
</style>
border-color css
<style>
span { border-color: #C30D85; }
span { border-color: rgb(195,13,133); }
td.TdClassName
{
border-color: #C30D85;
}
.TagClassName
{
border-color: #C30D85;
}
</style>