Shades of Medium Violet Red #C30D7A
Tints of Medium Violet Red #C30D7A
RGB
CMYK
RGB Variations
Color information
#C30D7A (or 0xC30D7A) is known color: Medium Violet Red. HEX triplet: C3, 0D and 7A. RGB value is (195,13,122). Sum of RGB (Red+Green+Blue) = 195+13+122=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D7A is #3CF285. Grayscale: #4F4F4F. Windows color (decimal): -3994246 or 7998915. OLE color: 7998915.
HSL color Cylindrical-coordinate representation of color #C30D7A: hue angle of 324.07º 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 #C30D7A is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 122 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.24 |
| HSL | 324.07º | 0.88% | 0.41% | - |
| HSV(B) | 324.07º | 0.93% | 0.76% | - |
| XYZ | 26.16 | 13.3 | 19.6 | - |
| YUV | 79.84 | 151.8 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 122 | 0 | 0.93 | 0.37 | 0.24 | 324.07 | 0.88 | 0.41 |
| Hex | C3 | D | 7A | 0 | 5D | 25 | 18 | 144 | 58 | 29 |
| Octal | 303 | 15 | 172 | 0 | 135 | 45 | 30 | 504 | 130 | 51 |
| Binary | 11000011 | 1101 | 1111010 | 0 | 1011101 | 100101 | 11000 | 101000100 | 1011000 | 101001 |
Color Harmonies of #C30D7A
Complementary color
Monochromatic Colors of #C30D7A
Black with #C30D7A
Text Example
Text Example
White with #C30D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D7A; }
p { color: rgb(195,13,122); }
H1.HeaderClassName
{
color: #C30D7A;
}
.AnyTagClassName
{
color: #C30D7A;
}
</style>
background-color css
<style>
a { background-color: #C30D7A; }
a { background-color: rgb(195,13,122); }
div.DivClassName
{
background-color: #C30D7A;
}
.BgClassName
{
background-color: #C30D7A;
}
</style>
border-color css
<style>
span { border-color: #C30D7A; }
span { border-color: rgb(195,13,122); }
td.TdClassName
{
border-color: #C30D7A;
}
.TagClassName
{
border-color: #C30D7A;
}
</style>