Shades of Medium Violet Red #C30188
Tints of Medium Violet Red #C30188
RGB
CMYK
RGB Variations
Color information
#C30188 (or 0xC30188) is known color: Medium Violet Red. HEX triplet: C3, 01 and 88. RGB value is (195,1,136). Sum of RGB (Red+Green+Blue) = 195+1+136=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30188 is #3CFE77. Grayscale: #4A4A4A. Windows color (decimal): -3997304 or 8913347. OLE color: 8913347.
HSL color Cylindrical-coordinate representation of color #C30188: hue angle of 318.25º 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 #C30188 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 136 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.24 |
| HSL | 318.25º | 0.99% | 0.38% | - |
| HSV(B) | 318.25º | 0.99% | 0.76% | - |
| XYZ | 26.96 | 13.4 | 24.46 | - |
| YUV | 74.4 | 162.77 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 136 | 0 | 0.99 | 0.30 | 0.24 | 318.25 | 0.99 | 0.38 |
| Hex | C3 | 1 | 88 | 0 | 63 | 1E | 18 | 13E | 63 | 26 |
| Octal | 303 | 1 | 210 | 0 | 143 | 36 | 30 | 476 | 143 | 46 |
| Binary | 11000011 | 1 | 10001000 | 0 | 1100011 | 11110 | 11000 | 100111110 | 1100011 | 100110 |
Color Harmonies of #C30188
Complementary color
Monochromatic Colors of #C30188
Black with #C30188
Text Example
Text Example
White with #C30188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30188; }
p { color: rgb(195,1,136); }
H1.HeaderClassName
{
color: #C30188;
}
.AnyTagClassName
{
color: #C30188;
}
</style>
background-color css
<style>
a { background-color: #C30188; }
a { background-color: rgb(195,1,136); }
div.DivClassName
{
background-color: #C30188;
}
.BgClassName
{
background-color: #C30188;
}
</style>
border-color css
<style>
span { border-color: #C30188; }
span { border-color: rgb(195,1,136); }
td.TdClassName
{
border-color: #C30188;
}
.TagClassName
{
border-color: #C30188;
}
</style>