Shades of Medium Violet Red #C3026D
Tints of Medium Violet Red #C3026D
RGB
CMYK
RGB Variations
Color information
#C3026D (or 0xC3026D) is known color: Medium Violet Red. HEX triplet: C3, 02 and 6D. RGB value is (195,2,109). Sum of RGB (Red+Green+Blue) = 195+2+109=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3026D is #3CFD92. Grayscale: #474747. Windows color (decimal): -3997075 or 7144131. OLE color: 7144131.
HSL color Cylindrical-coordinate representation of color #C3026D: hue angle of 326.74º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C3026D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.24 |
| HSL | 326.74º | 0.98% | 0.39% | - |
| HSV(B) | 326.74º | 0.99% | 0.76% | - |
| XYZ | 25.29 | 12.75 | 15.6 | - |
| YUV | 71.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 109 | 0 | 0.99 | 0.44 | 0.24 | 326.74 | 0.98 | 0.39 |
| Hex | C3 | 2 | 6D | 0 | 63 | 2C | 18 | 147 | 62 | 27 |
| Octal | 303 | 2 | 155 | 0 | 143 | 54 | 30 | 507 | 142 | 47 |
| Binary | 11000011 | 10 | 1101101 | 0 | 1100011 | 101100 | 11000 | 101000111 | 1100010 | 100111 |
Color Harmonies of #C3026D
Complementary color
Monochromatic Colors of #C3026D
Black with #C3026D
Text Example
Text Example
White with #C3026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3026D; }
p { color: rgb(195,2,109); }
H1.HeaderClassName
{
color: #C3026D;
}
.AnyTagClassName
{
color: #C3026D;
}
</style>
background-color css
<style>
a { background-color: #C3026D; }
a { background-color: rgb(195,2,109); }
div.DivClassName
{
background-color: #C3026D;
}
.BgClassName
{
background-color: #C3026D;
}
</style>
border-color css
<style>
span { border-color: #C3026D; }
span { border-color: rgb(195,2,109); }
td.TdClassName
{
border-color: #C3026D;
}
.TagClassName
{
border-color: #C3026D;
}
</style>