Shades of Medium Violet Red #C3026C
Tints of Medium Violet Red #C3026C
RGB
CMYK
RGB Variations
Color information
#C3026C (or 0xC3026C) is known color: Medium Violet Red. HEX triplet: C3, 02 and 6C. RGB value is (195,2,108). Sum of RGB (Red+Green+Blue) = 195+2+108=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C3026C is #3CFD93. Grayscale: #474747. Windows color (decimal): -3997076 or 7078595. OLE color: 7078595.
HSL color Cylindrical-coordinate representation of color #C3026C: hue angle of 327.05º 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 #C3026C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.24 |
| HSL | 327.05º | 0.98% | 0.39% | - |
| HSV(B) | 327.05º | 0.99% | 0.76% | - |
| XYZ | 25.23 | 12.73 | 15.31 | - |
| YUV | 71.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 2 | 108 | 0 | 0.99 | 0.45 | 0.24 | 327.05 | 0.98 | 0.39 |
| Hex | C3 | 2 | 6C | 0 | 63 | 2D | 18 | 147 | 62 | 27 |
| Octal | 303 | 2 | 154 | 0 | 143 | 55 | 30 | 507 | 142 | 47 |
| Binary | 11000011 | 10 | 1101100 | 0 | 1100011 | 101101 | 11000 | 101000111 | 1100010 | 100111 |
Color Harmonies of #C3026C
Complementary color
Monochromatic Colors of #C3026C
Black with #C3026C
Text Example
Text Example
White with #C3026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3026C; }
p { color: rgb(195,2,108); }
H1.HeaderClassName
{
color: #C3026C;
}
.AnyTagClassName
{
color: #C3026C;
}
</style>
background-color css
<style>
a { background-color: #C3026C; }
a { background-color: rgb(195,2,108); }
div.DivClassName
{
background-color: #C3026C;
}
.BgClassName
{
background-color: #C3026C;
}
</style>
border-color css
<style>
span { border-color: #C3026C; }
span { border-color: rgb(195,2,108); }
td.TdClassName
{
border-color: #C3026C;
}
.TagClassName
{
border-color: #C3026C;
}
</style>