Shades of Medium Red Violet #C230A2
Tints of Medium Red Violet #C230A2
RGB
CMYK
RGB Variations
Color information
#C230A2 (or 0xC230A2) is known color: Medium Red Violet. HEX triplet: C2, 30 and A2. RGB value is (194,48,162). Sum of RGB (Red+Green+Blue) = 194+48+162=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C230A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C230A2 is #3DCF5D. Grayscale: #686868. Windows color (decimal): -4050782 or 10629314. OLE color: 10629314.
HSL color Cylindrical-coordinate representation of color #C230A2: hue angle of 313.15º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C230A2 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 162 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.24 |
| HSL | 313.15º | 0.6% | 0.47% | - |
| HSV(B) | 313.15º | 0.75% | 0.76% | - |
| XYZ | 29.83 | 16.19 | 35.74 | - |
| YUV | 104.65 | 160.37 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 162 | 0 | 0.75 | 0.16 | 0.24 | 313.15 | 0.6 | 0.47 |
| Hex | C2 | 30 | A2 | 0 | 4B | 10 | 18 | 139 | 3C | 2F |
| Octal | 302 | 60 | 242 | 0 | 113 | 20 | 30 | 471 | 74 | 57 |
| Binary | 11000010 | 110000 | 10100010 | 0 | 1001011 | 10000 | 11000 | 100111001 | 111100 | 101111 |
Color Harmonies of #C230A2
Complementary color
Monochromatic Colors of #C230A2
Black with #C230A2
Text Example
Text Example
White with #C230A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230A2; }
p { color: rgb(194,48,162); }
H1.HeaderClassName
{
color: #C230A2;
}
.AnyTagClassName
{
color: #C230A2;
}
</style>
background-color css
<style>
a { background-color: #C230A2; }
a { background-color: rgb(194,48,162); }
div.DivClassName
{
background-color: #C230A2;
}
.BgClassName
{
background-color: #C230A2;
}
</style>
border-color css
<style>
span { border-color: #C230A2; }
span { border-color: rgb(194,48,162); }
td.TdClassName
{
border-color: #C230A2;
}
.TagClassName
{
border-color: #C230A2;
}
</style>