Shades of Medium Violet Red #C30683
Tints of Medium Violet Red #C30683
RGB
CMYK
RGB Variations
Color information
#C30683 (or 0xC30683) is known color: Medium Violet Red. HEX triplet: C3, 06 and 83. RGB value is (195,6,131). Sum of RGB (Red+Green+Blue) = 195+6+131=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C30683 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C30683 is #3CF97C. Grayscale: #4C4C4C. Windows color (decimal): -3996029 or 8586947. OLE color: 8586947.
HSL color Cylindrical-coordinate representation of color #C30683: hue angle of 320.32º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30683 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 131 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.24 |
| HSL | 320.32º | 0.94% | 0.39% | - |
| HSV(B) | 320.32º | 0.97% | 0.76% | - |
| XYZ | 26.67 | 13.37 | 22.65 | - |
| YUV | 76.76 | 158.62 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 131 | 0 | 0.97 | 0.33 | 0.24 | 320.32 | 0.94 | 0.39 |
| Hex | C3 | 6 | 83 | 0 | 61 | 21 | 18 | 140 | 5E | 27 |
| Octal | 303 | 6 | 203 | 0 | 141 | 41 | 30 | 500 | 136 | 47 |
| Binary | 11000011 | 110 | 10000011 | 0 | 1100001 | 100001 | 11000 | 101000000 | 1011110 | 100111 |
Color Harmonies of #C30683
Complementary color
Monochromatic Colors of #C30683
Black with #C30683
Text Example
Text Example
White with #C30683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30683; }
p { color: rgb(195,6,131); }
H1.HeaderClassName
{
color: #C30683;
}
.AnyTagClassName
{
color: #C30683;
}
</style>
background-color css
<style>
a { background-color: #C30683; }
a { background-color: rgb(195,6,131); }
div.DivClassName
{
background-color: #C30683;
}
.BgClassName
{
background-color: #C30683;
}
</style>
border-color css
<style>
span { border-color: #C30683; }
span { border-color: rgb(195,6,131); }
td.TdClassName
{
border-color: #C30683;
}
.TagClassName
{
border-color: #C30683;
}
</style>