Shades of Medium Violet Red #C30184
Tints of Medium Violet Red #C30184
RGB
CMYK
RGB Variations
Color information
#C30184 (or 0xC30184) is known color: Medium Violet Red. HEX triplet: C3, 01 and 84. RGB value is (195,1,132). Sum of RGB (Red+Green+Blue) = 195+1+132=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C30184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30184 is #3CFE7B. Grayscale: #494949. Windows color (decimal): -3997308 or 8651203. OLE color: 8651203.
HSL color Cylindrical-coordinate representation of color #C30184: hue angle of 319.48º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C30184 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.24 |
| HSL | 319.48º | 0.99% | 0.38% | - |
| HSV(B) | 319.48º | 0.99% | 0.76% | - |
| XYZ | 26.68 | 13.29 | 22.99 | - |
| YUV | 73.94 | 160.77 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 132 | 0 | 0.99 | 0.32 | 0.24 | 319.48 | 0.99 | 0.38 |
| Hex | C3 | 1 | 84 | 0 | 63 | 20 | 18 | 13F | 63 | 26 |
| Octal | 303 | 1 | 204 | 0 | 143 | 40 | 30 | 477 | 143 | 46 |
| Binary | 11000011 | 1 | 10000100 | 0 | 1100011 | 100000 | 11000 | 100111111 | 1100011 | 100110 |
Color Harmonies of #C30184
Complementary color
Monochromatic Colors of #C30184
Black with #C30184
Text Example
Text Example
White with #C30184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30184; }
p { color: rgb(195,1,132); }
H1.HeaderClassName
{
color: #C30184;
}
.AnyTagClassName
{
color: #C30184;
}
</style>
background-color css
<style>
a { background-color: #C30184; }
a { background-color: rgb(195,1,132); }
div.DivClassName
{
background-color: #C30184;
}
.BgClassName
{
background-color: #C30184;
}
</style>
border-color css
<style>
span { border-color: #C30184; }
span { border-color: rgb(195,1,132); }
td.TdClassName
{
border-color: #C30184;
}
.TagClassName
{
border-color: #C30184;
}
</style>