Shades of Medium Violet Red #C3027E
Tints of Medium Violet Red #C3027E
RGB
CMYK
RGB Variations
Color information
#C3027E (or 0xC3027E) is known color: Medium Violet Red. HEX triplet: C3, 02 and 7E. RGB value is (195,2,126). Sum of RGB (Red+Green+Blue) = 195+2+126=323 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.37% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 195 - color contains mainly: red. Hex color #C3027E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3027E is #3CFD81. Grayscale: #494949. Windows color (decimal): -3997058 or 8258243. OLE color: 8258243.
HSL color Cylindrical-coordinate representation of color #C3027E: hue angle of 321.45º 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 #C3027E is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 126 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.24 |
| HSL | 321.45º | 0.98% | 0.39% | - |
| HSV(B) | 321.45º | 0.99% | 0.76% | - |
| XYZ | 26.29 | 13.15 | 20.89 | - |
| YUV | 73.84 | 157.44 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 126 | 0 | 0.99 | 0.35 | 0.24 | 321.45 | 0.98 | 0.39 |
| Hex | C3 | 2 | 7E | 0 | 63 | 23 | 18 | 141 | 62 | 27 |
| Octal | 303 | 2 | 176 | 0 | 143 | 43 | 30 | 501 | 142 | 47 |
| Binary | 11000011 | 10 | 1111110 | 0 | 1100011 | 100011 | 11000 | 101000001 | 1100010 | 100111 |
Color Harmonies of #C3027E
Complementary color
Monochromatic Colors of #C3027E
Black with #C3027E
Text Example
Text Example
White with #C3027E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3027E; }
p { color: rgb(195,2,126); }
H1.HeaderClassName
{
color: #C3027E;
}
.AnyTagClassName
{
color: #C3027E;
}
</style>
background-color css
<style>
a { background-color: #C3027E; }
a { background-color: rgb(195,2,126); }
div.DivClassName
{
background-color: #C3027E;
}
.BgClassName
{
background-color: #C3027E;
}
</style>
border-color css
<style>
span { border-color: #C3027E; }
span { border-color: rgb(195,2,126); }
td.TdClassName
{
border-color: #C3027E;
}
.TagClassName
{
border-color: #C3027E;
}
</style>