Shades of Medium Violet Red #C30493
Tints of Medium Violet Red #C30493
RGB
CMYK
RGB Variations
Color information
#C30493 (or 0xC30493) is known color: Medium Violet Red. HEX triplet: C3, 04 and 93. RGB value is (195,4,147). Sum of RGB (Red+Green+Blue) = 195+4+147=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C30493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30493 is #3CFB6C. Grayscale: #4D4D4D. Windows color (decimal): -3996525 or 9635011. OLE color: 9635011.
HSL color Cylindrical-coordinate representation of color #C30493: hue angle of 315.08º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C30493 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 147 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.24 |
| HSL | 315.08º | 0.96% | 0.39% | - |
| HSV(B) | 315.08º | 0.98% | 0.76% | - |
| XYZ | 27.82 | 13.8 | 28.8 | - |
| YUV | 77.41 | 167.28 | 211.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 147 | 0 | 0.98 | 0.25 | 0.24 | 315.08 | 0.96 | 0.39 |
| Hex | C3 | 4 | 93 | 0 | 62 | 19 | 18 | 13B | 60 | 27 |
| Octal | 303 | 4 | 223 | 0 | 142 | 31 | 30 | 473 | 140 | 47 |
| Binary | 11000011 | 100 | 10010011 | 0 | 1100010 | 11001 | 11000 | 100111011 | 1100000 | 100111 |
Color Harmonies of #C30493
Complementary color
Monochromatic Colors of #C30493
Black with #C30493
Text Example
Text Example
White with #C30493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30493; }
p { color: rgb(195,4,147); }
H1.HeaderClassName
{
color: #C30493;
}
.AnyTagClassName
{
color: #C30493;
}
</style>
background-color css
<style>
a { background-color: #C30493; }
a { background-color: rgb(195,4,147); }
div.DivClassName
{
background-color: #C30493;
}
.BgClassName
{
background-color: #C30493;
}
</style>
border-color css
<style>
span { border-color: #C30493; }
span { border-color: rgb(195,4,147); }
td.TdClassName
{
border-color: #C30493;
}
.TagClassName
{
border-color: #C30493;
}
</style>