Shades of Medium Violet Red #C3029A
Tints of Medium Violet Red #C3029A
RGB
CMYK
RGB Variations
Color information
#C3029A (or 0xC3029A) is known color: Medium Violet Red. HEX triplet: C3, 02 and 9A. RGB value is (195,2,154). Sum of RGB (Red+Green+Blue) = 195+2+154=351 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.56% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 195 - color contains mainly: red. Hex color #C3029A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3029A is #3CFD65. Grayscale: #4C4C4C. Windows color (decimal): -3997030 or 10093251. OLE color: 10093251.
HSL color Cylindrical-coordinate representation of color #C3029A: hue angle of 312.75º 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 #C3029A is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 154 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.24 |
| HSL | 312.75º | 0.98% | 0.39% | - |
| HSV(B) | 312.75º | 0.99% | 0.76% | - |
| XYZ | 28.36 | 13.98 | 31.78 | - |
| YUV | 77.04 | 171.44 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 154 | 0 | 0.99 | 0.21 | 0.24 | 312.75 | 0.98 | 0.39 |
| Hex | C3 | 2 | 9A | 0 | 63 | 15 | 18 | 139 | 62 | 27 |
| Octal | 303 | 2 | 232 | 0 | 143 | 25 | 30 | 471 | 142 | 47 |
| Binary | 11000011 | 10 | 10011010 | 0 | 1100011 | 10101 | 11000 | 100111001 | 1100010 | 100111 |
Color Harmonies of #C3029A
Complementary color
Monochromatic Colors of #C3029A
Black with #C3029A
Text Example
Text Example
White with #C3029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3029A; }
p { color: rgb(195,2,154); }
H1.HeaderClassName
{
color: #C3029A;
}
.AnyTagClassName
{
color: #C3029A;
}
</style>
background-color css
<style>
a { background-color: #C3029A; }
a { background-color: rgb(195,2,154); }
div.DivClassName
{
background-color: #C3029A;
}
.BgClassName
{
background-color: #C3029A;
}
</style>
border-color css
<style>
span { border-color: #C3029A; }
span { border-color: rgb(195,2,154); }
td.TdClassName
{
border-color: #C3029A;
}
.TagClassName
{
border-color: #C3029A;
}
</style>