Shades of Medium Red Violet #C3286D
Tints of Medium Red Violet #C3286D
RGB
CMYK
RGB Variations
Color information
#C3286D (or 0xC3286D) is known color: Medium Red Violet. HEX triplet: C3, 28 and 6D. RGB value is (195,40,109). Sum of RGB (Red+Green+Blue) = 195+40+109=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3286D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3286D is #3CD792. Grayscale: #5E5E5E. Windows color (decimal): -3987347 or 7153859. OLE color: 7153859.
HSL color Cylindrical-coordinate representation of color #C3286D: hue angle of 333.29º 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 #C3286D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 109 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.24 |
| HSL | 333.29º | 0.66% | 0.46% | - |
| HSV(B) | 333.29º | 0.79% | 0.76% | - |
| XYZ | 26.02 | 14.22 | 15.84 | - |
| YUV | 94.21 | 136.35 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 109 | 0 | 0.79 | 0.44 | 0.24 | 333.29 | 0.66 | 0.46 |
| Hex | C3 | 28 | 6D | 0 | 4F | 2C | 18 | 14D | 42 | 2E |
| Octal | 303 | 50 | 155 | 0 | 117 | 54 | 30 | 515 | 102 | 56 |
| Binary | 11000011 | 101000 | 1101101 | 0 | 1001111 | 101100 | 11000 | 101001101 | 1000010 | 101110 |
Color Harmonies of #C3286D
Complementary color
Monochromatic Colors of #C3286D
Black with #C3286D
Text Example
Text Example
White with #C3286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3286D; }
p { color: rgb(195,40,109); }
H1.HeaderClassName
{
color: #C3286D;
}
.AnyTagClassName
{
color: #C3286D;
}
</style>
background-color css
<style>
a { background-color: #C3286D; }
a { background-color: rgb(195,40,109); }
div.DivClassName
{
background-color: #C3286D;
}
.BgClassName
{
background-color: #C3286D;
}
</style>
border-color css
<style>
span { border-color: #C3286D; }
span { border-color: rgb(195,40,109); }
td.TdClassName
{
border-color: #C3286D;
}
.TagClassName
{
border-color: #C3286D;
}
</style>