Shades of Medium Red Violet #C33086
Tints of Medium Red Violet #C33086
RGB
CMYK
RGB Variations
Color information
#C33086 (or 0xC33086) is known color: Medium Red Violet. HEX triplet: C3, 30 and 86. RGB value is (195,48,134). Sum of RGB (Red+Green+Blue) = 195+48+134=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33086 is #3CCF79. Grayscale: #656565. Windows color (decimal): -3985274 or 8794307. OLE color: 8794307.
HSL color Cylindrical-coordinate representation of color #C33086: hue angle of 324.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33086 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 48 | 134 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.24 |
| HSL | 324.9º | 0.6% | 0.48% | - |
| HSV(B) | 324.9º | 0.75% | 0.76% | - |
| XYZ | 27.87 | 15.44 | 24.07 | - |
| YUV | 101.76 | 146.2 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 48 | 134 | 0 | 0.75 | 0.31 | 0.24 | 324.9 | 0.6 | 0.48 |
| Hex | C3 | 30 | 86 | 0 | 4B | 1F | 18 | 145 | 3C | 30 |
| Octal | 303 | 60 | 206 | 0 | 113 | 37 | 30 | 505 | 74 | 60 |
| Binary | 11000011 | 110000 | 10000110 | 0 | 1001011 | 11111 | 11000 | 101000101 | 111100 | 110000 |
Color Harmonies of #C33086
Complementary color
Monochromatic Colors of #C33086
Black with #C33086
Text Example
Text Example
White with #C33086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33086; }
p { color: rgb(195,48,134); }
H1.HeaderClassName
{
color: #C33086;
}
.AnyTagClassName
{
color: #C33086;
}
</style>
background-color css
<style>
a { background-color: #C33086; }
a { background-color: rgb(195,48,134); }
div.DivClassName
{
background-color: #C33086;
}
.BgClassName
{
background-color: #C33086;
}
</style>
border-color css
<style>
span { border-color: #C33086; }
span { border-color: rgb(195,48,134); }
td.TdClassName
{
border-color: #C33086;
}
.TagClassName
{
border-color: #C33086;
}
</style>