Shades of Medium Red Violet #C336A2
Tints of Medium Red Violet #C336A2
RGB
CMYK
RGB Variations
Color information
#C336A2 (or 0xC336A2) is known color: Medium Red Violet. HEX triplet: C3, 36 and A2. RGB value is (195,54,162). Sum of RGB (Red+Green+Blue) = 195+54+162=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 162 (63.67% from 255 or 39.42% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C336A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C336A2 is #3CC95D. Grayscale: #6C6C6C. Windows color (decimal): -3983710 or 10630851. OLE color: 10630851.
HSL color Cylindrical-coordinate representation of color #C336A2: hue angle of 314.04º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C336A2 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 162 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.24 |
| HSL | 314.04º | 0.57% | 0.49% | - |
| HSV(B) | 314.04º | 0.72% | 0.76% | - |
| XYZ | 30.35 | 16.85 | 35.84 | - |
| YUV | 108.47 | 158.21 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 162 | 0 | 0.72 | 0.17 | 0.24 | 314.04 | 0.57 | 0.49 |
| Hex | C3 | 36 | A2 | 0 | 48 | 11 | 18 | 13A | 39 | 31 |
| Octal | 303 | 66 | 242 | 0 | 110 | 21 | 30 | 472 | 71 | 61 |
| Binary | 11000011 | 110110 | 10100010 | 0 | 1001000 | 10001 | 11000 | 100111010 | 111001 | 110001 |
Color Harmonies of #C336A2
Complementary color
Monochromatic Colors of #C336A2
Black with #C336A2
Text Example
Text Example
White with #C336A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C336A2; }
p { color: rgb(195,54,162); }
H1.HeaderClassName
{
color: #C336A2;
}
.AnyTagClassName
{
color: #C336A2;
}
</style>
background-color css
<style>
a { background-color: #C336A2; }
a { background-color: rgb(195,54,162); }
div.DivClassName
{
background-color: #C336A2;
}
.BgClassName
{
background-color: #C336A2;
}
</style>
border-color css
<style>
span { border-color: #C336A2; }
span { border-color: rgb(195,54,162); }
td.TdClassName
{
border-color: #C336A2;
}
.TagClassName
{
border-color: #C336A2;
}
</style>