Shades of Medium Violet Red #C3059B
Tints of Medium Violet Red #C3059B
RGB
CMYK
RGB Variations
Color information
#C3059B (or 0xC3059B) is known color: Medium Violet Red. HEX triplet: C3, 05 and 9B. RGB value is (195,5,155). Sum of RGB (Red+Green+Blue) = 195+5+155=355 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.93% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 195 - color contains mainly: red. Hex color #C3059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3059B is #3CFA64. Grayscale: #4E4E4E. Windows color (decimal): -3996261 or 10159555. OLE color: 10159555.
HSL color Cylindrical-coordinate representation of color #C3059B: hue angle of 312.63º degrees, saturation: 0.95, 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 #C3059B is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 5 | 155 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.24 |
| HSL | 312.63º | 0.95% | 0.39% | - |
| HSV(B) | 312.63º | 0.97% | 0.76% | - |
| XYZ | 28.48 | 14.08 | 32.23 | - |
| YUV | 78.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 5 | 155 | 0 | 0.97 | 0.21 | 0.24 | 312.63 | 0.95 | 0.39 |
| Hex | C3 | 5 | 9B | 0 | 61 | 15 | 18 | 139 | 5F | 27 |
| Octal | 303 | 5 | 233 | 0 | 141 | 25 | 30 | 471 | 137 | 47 |
| Binary | 11000011 | 101 | 10011011 | 0 | 1100001 | 10101 | 11000 | 100111001 | 1011111 | 100111 |
Color Harmonies of #C3059B
Complementary color
Monochromatic Colors of #C3059B
Black with #C3059B
Text Example
Text Example
White with #C3059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3059B; }
p { color: rgb(195,5,155); }
H1.HeaderClassName
{
color: #C3059B;
}
.AnyTagClassName
{
color: #C3059B;
}
</style>
background-color css
<style>
a { background-color: #C3059B; }
a { background-color: rgb(195,5,155); }
div.DivClassName
{
background-color: #C3059B;
}
.BgClassName
{
background-color: #C3059B;
}
</style>
border-color css
<style>
span { border-color: #C3059B; }
span { border-color: rgb(195,5,155); }
td.TdClassName
{
border-color: #C3059B;
}
.TagClassName
{
border-color: #C3059B;
}
</style>