Shades of Medium Violet Red #C30386
Tints of Medium Violet Red #C30386
RGB
CMYK
RGB Variations
Color information
#C30386 (or 0xC30386) is known color: Medium Violet Red. HEX triplet: C3, 03 and 86. RGB value is (195,3,134). Sum of RGB (Red+Green+Blue) = 195+3+134=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30386 is #3CFC79. Grayscale: #4B4B4B. Windows color (decimal): -3996794 or 8782787. OLE color: 8782787.
HSL color Cylindrical-coordinate representation of color #C30386: hue angle of 319.06º degrees, saturation: 0.97, 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 #C30386 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 3 | 134 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.24 |
| HSL | 319.06º | 0.97% | 0.39% | - |
| HSV(B) | 319.06º | 0.98% | 0.76% | - |
| XYZ | 26.84 | 13.39 | 23.72 | - |
| YUV | 75.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 3 | 134 | 0 | 0.98 | 0.31 | 0.24 | 319.06 | 0.97 | 0.39 |
| Hex | C3 | 3 | 86 | 0 | 62 | 1F | 18 | 13F | 61 | 27 |
| Octal | 303 | 3 | 206 | 0 | 142 | 37 | 30 | 477 | 141 | 47 |
| Binary | 11000011 | 11 | 10000110 | 0 | 1100010 | 11111 | 11000 | 100111111 | 1100001 | 100111 |
Color Harmonies of #C30386
Complementary color
Monochromatic Colors of #C30386
Black with #C30386
Text Example
Text Example
White with #C30386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30386; }
p { color: rgb(195,3,134); }
H1.HeaderClassName
{
color: #C30386;
}
.AnyTagClassName
{
color: #C30386;
}
</style>
background-color css
<style>
a { background-color: #C30386; }
a { background-color: rgb(195,3,134); }
div.DivClassName
{
background-color: #C30386;
}
.BgClassName
{
background-color: #C30386;
}
</style>
border-color css
<style>
span { border-color: #C30386; }
span { border-color: rgb(195,3,134); }
td.TdClassName
{
border-color: #C30386;
}
.TagClassName
{
border-color: #C30386;
}
</style>