Shades of Medium Violet Red #C30181
Tints of Medium Violet Red #C30181
RGB
CMYK
RGB Variations
Color information
#C30181 (or 0xC30181) is known color: Medium Violet Red. HEX triplet: C3, 01 and 81. RGB value is (195,1,129). Sum of RGB (Red+Green+Blue) = 195+1+129=325 (43% of max value = 765). Red value is 195 (76.56% from 255 or 60% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 195 - color contains mainly: red. Hex color #C30181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30181 is #3CFE7E. Grayscale: #494949. Windows color (decimal): -3997311 or 8454595. OLE color: 8454595.
HSL color Cylindrical-coordinate representation of color #C30181: hue angle of 320.41º 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 #C30181 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 129 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.24 |
| HSL | 320.41º | 0.99% | 0.38% | - |
| HSV(B) | 320.41º | 0.99% | 0.76% | - |
| XYZ | 26.48 | 13.21 | 21.92 | - |
| YUV | 73.6 | 159.27 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 129 | 0 | 0.99 | 0.34 | 0.24 | 320.41 | 0.99 | 0.38 |
| Hex | C3 | 1 | 81 | 0 | 63 | 22 | 18 | 140 | 63 | 26 |
| Octal | 303 | 1 | 201 | 0 | 143 | 42 | 30 | 500 | 143 | 46 |
| Binary | 11000011 | 1 | 10000001 | 0 | 1100011 | 100010 | 11000 | 101000000 | 1100011 | 100110 |
Color Harmonies of #C30181
Complementary color
Monochromatic Colors of #C30181
Black with #C30181
Text Example
Text Example
White with #C30181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30181; }
p { color: rgb(195,1,129); }
H1.HeaderClassName
{
color: #C30181;
}
.AnyTagClassName
{
color: #C30181;
}
</style>
background-color css
<style>
a { background-color: #C30181; }
a { background-color: rgb(195,1,129); }
div.DivClassName
{
background-color: #C30181;
}
.BgClassName
{
background-color: #C30181;
}
</style>
border-color css
<style>
span { border-color: #C30181; }
span { border-color: rgb(195,1,129); }
td.TdClassName
{
border-color: #C30181;
}
.TagClassName
{
border-color: #C30181;
}
</style>