Shades of Medium Violet Red #C30878
Tints of Medium Violet Red #C30878
RGB
CMYK
RGB Variations
Color information
#C30878 (or 0xC30878) is known color: Medium Violet Red. HEX triplet: C3, 08 and 78. RGB value is (195,8,120). Sum of RGB (Red+Green+Blue) = 195+8+120=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 120 (47.27% from 255 or 37.15% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C30878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30878 is #3CF787. Grayscale: #4C4C4C. Windows color (decimal): -3995528 or 7866563. OLE color: 7866563.
HSL color Cylindrical-coordinate representation of color #C30878: hue angle of 324.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30878 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.24 |
| HSL | 324.06º | 0.92% | 0.4% | - |
| HSV(B) | 324.06º | 0.96% | 0.76% | - |
| XYZ | 25.98 | 13.13 | 18.93 | - |
| YUV | 76.68 | 152.45 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 8 | 120 | 0 | 0.96 | 0.38 | 0.24 | 324.06 | 0.92 | 0.4 |
| Hex | C3 | 8 | 78 | 0 | 60 | 26 | 18 | 144 | 5C | 28 |
| Octal | 303 | 10 | 170 | 0 | 140 | 46 | 30 | 504 | 134 | 50 |
| Binary | 11000011 | 1000 | 1111000 | 0 | 1100000 | 100110 | 11000 | 101000100 | 1011100 | 101000 |
Color Harmonies of #C30878
Complementary color
Monochromatic Colors of #C30878
Black with #C30878
Text Example
Text Example
White with #C30878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30878; }
p { color: rgb(195,8,120); }
H1.HeaderClassName
{
color: #C30878;
}
.AnyTagClassName
{
color: #C30878;
}
</style>
background-color css
<style>
a { background-color: #C30878; }
a { background-color: rgb(195,8,120); }
div.DivClassName
{
background-color: #C30878;
}
.BgClassName
{
background-color: #C30878;
}
</style>
border-color css
<style>
span { border-color: #C30878; }
span { border-color: rgb(195,8,120); }
td.TdClassName
{
border-color: #C30878;
}
.TagClassName
{
border-color: #C30878;
}
</style>