Shades of Medium Violet Red #C30D6C
Tints of Medium Violet Red #C30D6C
RGB
CMYK
RGB Variations
Color information
#C30D6C (or 0xC30D6C) is known color: Medium Violet Red. HEX triplet: C3, 0D and 6C. RGB value is (195,13,108). Sum of RGB (Red+Green+Blue) = 195+13+108=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D6C is #3CF293. Grayscale: #4E4E4E. Windows color (decimal): -3994260 or 7081411. OLE color: 7081411.
HSL color Cylindrical-coordinate representation of color #C30D6C: hue angle of 328.68º 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 #C30D6C is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 108 | - |
| CMYK | 0 | 0.93 | 0.45 | 0.24 |
| HSL | 328.68º | 0.88% | 0.41% | - |
| HSV(B) | 328.68º | 0.93% | 0.76% | - |
| XYZ | 25.36 | 12.97 | 15.35 | - |
| YUV | 78.25 | 144.8 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 108 | 0 | 0.93 | 0.45 | 0.24 | 328.68 | 0.88 | 0.41 |
| Hex | C3 | D | 6C | 0 | 5D | 2D | 18 | 149 | 58 | 29 |
| Octal | 303 | 15 | 154 | 0 | 135 | 55 | 30 | 511 | 130 | 51 |
| Binary | 11000011 | 1101 | 1101100 | 0 | 1011101 | 101101 | 11000 | 101001001 | 1011000 | 101001 |
Color Harmonies of #C30D6C
Complementary color
Monochromatic Colors of #C30D6C
Black with #C30D6C
Text Example
Text Example
White with #C30D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D6C; }
p { color: rgb(195,13,108); }
H1.HeaderClassName
{
color: #C30D6C;
}
.AnyTagClassName
{
color: #C30D6C;
}
</style>
background-color css
<style>
a { background-color: #C30D6C; }
a { background-color: rgb(195,13,108); }
div.DivClassName
{
background-color: #C30D6C;
}
.BgClassName
{
background-color: #C30D6C;
}
</style>
border-color css
<style>
span { border-color: #C30D6C; }
span { border-color: rgb(195,13,108); }
td.TdClassName
{
border-color: #C30D6C;
}
.TagClassName
{
border-color: #C30D6C;
}
</style>