Shades of Medium Red Violet #C235A2
Tints of Medium Red Violet #C235A2
RGB
CMYK
RGB Variations
Color information
#C235A2 (or 0xC235A2) is known color: Medium Red Violet. HEX triplet: C2, 35 and A2. RGB value is (194,53,162). Sum of RGB (Red+Green+Blue) = 194+53+162=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C235A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C235A2 is #3DCA5D. Grayscale: #6B6B6B. Windows color (decimal): -4049502 or 10630594. OLE color: 10630594.
HSL color Cylindrical-coordinate representation of color #C235A2: hue angle of 313.62º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C235A2 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 162 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.24 |
| HSL | 313.62º | 0.57% | 0.48% | - |
| HSV(B) | 313.62º | 0.73% | 0.76% | - |
| XYZ | 30.04 | 16.62 | 35.81 | - |
| YUV | 107.59 | 158.71 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 162 | 0 | 0.73 | 0.16 | 0.24 | 313.62 | 0.57 | 0.48 |
| Hex | C2 | 35 | A2 | 0 | 49 | 10 | 18 | 13A | 39 | 30 |
| Octal | 302 | 65 | 242 | 0 | 111 | 20 | 30 | 472 | 71 | 60 |
| Binary | 11000010 | 110101 | 10100010 | 0 | 1001001 | 10000 | 11000 | 100111010 | 111001 | 110000 |
Color Harmonies of #C235A2
Complementary color
Monochromatic Colors of #C235A2
Black with #C235A2
Text Example
Text Example
White with #C235A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C235A2; }
p { color: rgb(194,53,162); }
H1.HeaderClassName
{
color: #C235A2;
}
.AnyTagClassName
{
color: #C235A2;
}
</style>
background-color css
<style>
a { background-color: #C235A2; }
a { background-color: rgb(194,53,162); }
div.DivClassName
{
background-color: #C235A2;
}
.BgClassName
{
background-color: #C235A2;
}
</style>
border-color css
<style>
span { border-color: #C235A2; }
span { border-color: rgb(194,53,162); }
td.TdClassName
{
border-color: #C235A2;
}
.TagClassName
{
border-color: #C235A2;
}
</style>