Shades of Medium Violet Red #C3019D
Tints of Medium Violet Red #C3019D
RGB
CMYK
RGB Variations
Color information
#C3019D (or 0xC3019D) is known color: Medium Violet Red. HEX triplet: C3, 01 and 9D. RGB value is (195,1,157). Sum of RGB (Red+Green+Blue) = 195+1+157=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C3019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3019D is #3CFE62. Grayscale: #4C4C4C. Windows color (decimal): -3997283 or 10289603. OLE color: 10289603.
HSL color Cylindrical-coordinate representation of color #C3019D: hue angle of 311.75º 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 #C3019D is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 1 | 157 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.24 |
| HSL | 311.75º | 0.99% | 0.38% | - |
| HSV(B) | 311.75º | 0.99% | 0.76% | - |
| XYZ | 28.6 | 14.06 | 33.1 | - |
| YUV | 76.79 | 173.27 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 1 | 157 | 0 | 0.99 | 0.19 | 0.24 | 311.75 | 0.99 | 0.38 |
| Hex | C3 | 1 | 9D | 0 | 63 | 13 | 18 | 138 | 63 | 26 |
| Octal | 303 | 1 | 235 | 0 | 143 | 23 | 30 | 470 | 143 | 46 |
| Binary | 11000011 | 1 | 10011101 | 0 | 1100011 | 10011 | 11000 | 100111000 | 1100011 | 100110 |
Color Harmonies of #C3019D
Complementary color
Monochromatic Colors of #C3019D
Black with #C3019D
Text Example
Text Example
White with #C3019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3019D; }
p { color: rgb(195,1,157); }
H1.HeaderClassName
{
color: #C3019D;
}
.AnyTagClassName
{
color: #C3019D;
}
</style>
background-color css
<style>
a { background-color: #C3019D; }
a { background-color: rgb(195,1,157); }
div.DivClassName
{
background-color: #C3019D;
}
.BgClassName
{
background-color: #C3019D;
}
</style>
border-color css
<style>
span { border-color: #C3019D; }
span { border-color: rgb(195,1,157); }
td.TdClassName
{
border-color: #C3019D;
}
.TagClassName
{
border-color: #C3019D;
}
</style>