Shades of Medium Red Violet #C3288A
Tints of Medium Red Violet #C3288A
RGB
CMYK
RGB Variations
Color information
#C3288A (or 0xC3288A) is known color: Medium Red Violet. HEX triplet: C3, 28 and 8A. RGB value is (195,40,138). Sum of RGB (Red+Green+Blue) = 195+40+138=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3288A is #3CD775. Grayscale: #616161. Windows color (decimal): -3987318 or 9054403. OLE color: 9054403.
HSL color Cylindrical-coordinate representation of color #C3288A: hue angle of 322.06º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3288A is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 138 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.24 |
| HSL | 322.06º | 0.66% | 0.46% | - |
| HSV(B) | 322.06º | 0.79% | 0.76% | - |
| XYZ | 27.85 | 14.95 | 25.46 | - |
| YUV | 97.52 | 150.85 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 138 | 0 | 0.79 | 0.29 | 0.24 | 322.06 | 0.66 | 0.46 |
| Hex | C3 | 28 | 8A | 0 | 4F | 1D | 18 | 142 | 42 | 2E |
| Octal | 303 | 50 | 212 | 0 | 117 | 35 | 30 | 502 | 102 | 56 |
| Binary | 11000011 | 101000 | 10001010 | 0 | 1001111 | 11101 | 11000 | 101000010 | 1000010 | 101110 |
Color Harmonies of #C3288A
Complementary color
Monochromatic Colors of #C3288A
Black with #C3288A
Text Example
Text Example
White with #C3288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3288A; }
p { color: rgb(195,40,138); }
H1.HeaderClassName
{
color: #C3288A;
}
.AnyTagClassName
{
color: #C3288A;
}
</style>
background-color css
<style>
a { background-color: #C3288A; }
a { background-color: rgb(195,40,138); }
div.DivClassName
{
background-color: #C3288A;
}
.BgClassName
{
background-color: #C3288A;
}
</style>
border-color css
<style>
span { border-color: #C3288A; }
span { border-color: rgb(195,40,138); }
td.TdClassName
{
border-color: #C3288A;
}
.TagClassName
{
border-color: #C3288A;
}
</style>