Shades of Medium Red Violet #C233A0
Tints of Medium Red Violet #C233A0
RGB
CMYK
RGB Variations
Color information
#C233A0 (or 0xC233A0) is known color: Medium Red Violet. HEX triplet: C2, 33 and A0. RGB value is (194,51,160). Sum of RGB (Red+Green+Blue) = 194+51+160=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C233A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C233A0 is #3DCC5F. Grayscale: #696969. Windows color (decimal): -4050016 or 10499010. OLE color: 10499010.
HSL color Cylindrical-coordinate representation of color #C233A0: hue angle of 314.27º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C233A0 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 51 | 160 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.24 |
| HSL | 314.27º | 0.58% | 0.48% | - |
| HSV(B) | 314.27º | 0.74% | 0.76% | - |
| XYZ | 29.78 | 16.38 | 34.85 | - |
| YUV | 106.18 | 158.38 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 51 | 160 | 0 | 0.74 | 0.18 | 0.24 | 314.27 | 0.58 | 0.48 |
| Hex | C2 | 33 | A0 | 0 | 4A | 12 | 18 | 13A | 3A | 30 |
| Octal | 302 | 63 | 240 | 0 | 112 | 22 | 30 | 472 | 72 | 60 |
| Binary | 11000010 | 110011 | 10100000 | 0 | 1001010 | 10010 | 11000 | 100111010 | 111010 | 110000 |
Color Harmonies of #C233A0
Complementary color
Monochromatic Colors of #C233A0
Black with #C233A0
Text Example
Text Example
White with #C233A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C233A0; }
p { color: rgb(194,51,160); }
H1.HeaderClassName
{
color: #C233A0;
}
.AnyTagClassName
{
color: #C233A0;
}
</style>
background-color css
<style>
a { background-color: #C233A0; }
a { background-color: rgb(194,51,160); }
div.DivClassName
{
background-color: #C233A0;
}
.BgClassName
{
background-color: #C233A0;
}
</style>
border-color css
<style>
span { border-color: #C233A0; }
span { border-color: rgb(194,51,160); }
td.TdClassName
{
border-color: #C233A0;
}
.TagClassName
{
border-color: #C233A0;
}
</style>