Shades of Medium Violet Red #C3028E
Tints of Medium Violet Red #C3028E
RGB
CMYK
RGB Variations
Color information
#C3028E (or 0xC3028E) is known color: Medium Violet Red. HEX triplet: C3, 02 and 8E. RGB value is (195,2,142). Sum of RGB (Red+Green+Blue) = 195+2+142=339 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.52% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 195 - color contains mainly: red. Hex color #C3028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C3028E is #3CFD71. Grayscale: #4B4B4B. Windows color (decimal): -3997042 or 9306819. OLE color: 9306819.
HSL color Cylindrical-coordinate representation of color #C3028E: hue angle of 316.48º 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 #C3028E is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.24 |
| HSL | 316.48º | 0.98% | 0.39% | - |
| HSV(B) | 316.48º | 0.99% | 0.76% | - |
| XYZ | 27.41 | 13.6 | 26.77 | - |
| YUV | 75.67 | 165.44 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 142 | 0 | 0.99 | 0.27 | 0.24 | 316.48 | 0.98 | 0.39 |
| Hex | C3 | 2 | 8E | 0 | 63 | 1B | 18 | 13C | 62 | 27 |
| Octal | 303 | 2 | 216 | 0 | 143 | 33 | 30 | 474 | 142 | 47 |
| Binary | 11000011 | 10 | 10001110 | 0 | 1100011 | 11011 | 11000 | 100111100 | 1100010 | 100111 |
Color Harmonies of #C3028E
Complementary color
Monochromatic Colors of #C3028E
Black with #C3028E
Text Example
Text Example
White with #C3028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3028E; }
p { color: rgb(195,2,142); }
H1.HeaderClassName
{
color: #C3028E;
}
.AnyTagClassName
{
color: #C3028E;
}
</style>
background-color css
<style>
a { background-color: #C3028E; }
a { background-color: rgb(195,2,142); }
div.DivClassName
{
background-color: #C3028E;
}
.BgClassName
{
background-color: #C3028E;
}
</style>
border-color css
<style>
span { border-color: #C3028E; }
span { border-color: rgb(195,2,142); }
td.TdClassName
{
border-color: #C3028E;
}
.TagClassName
{
border-color: #C3028E;
}
</style>