Shades of Medium Red Violet #C230A6
Tints of Medium Red Violet #C230A6
RGB
CMYK
RGB Variations
Color information
#C230A6 (or 0xC230A6) is known color: Medium Red Violet. HEX triplet: C2, 30 and A6. RGB value is (194,48,166). Sum of RGB (Red+Green+Blue) = 194+48+166=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C230A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C230A6 is #3DCF59. Grayscale: #686868. Windows color (decimal): -4050778 or 10891458. OLE color: 10891458.
HSL color Cylindrical-coordinate representation of color #C230A6: hue angle of 311.51º 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 #C230A6 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 166 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.24 |
| HSL | 311.51º | 0.6% | 0.47% | - |
| HSV(B) | 311.51º | 0.75% | 0.76% | - |
| XYZ | 30.19 | 16.34 | 37.64 | - |
| YUV | 105.11 | 162.37 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 166 | 0 | 0.75 | 0.14 | 0.24 | 311.51 | 0.6 | 0.47 |
| Hex | C2 | 30 | A6 | 0 | 4B | E | 18 | 138 | 3C | 2F |
| Octal | 302 | 60 | 246 | 0 | 113 | 16 | 30 | 470 | 74 | 57 |
| Binary | 11000010 | 110000 | 10100110 | 0 | 1001011 | 1110 | 11000 | 100111000 | 111100 | 101111 |
Color Harmonies of #C230A6
Complementary color
Monochromatic Colors of #C230A6
Black with #C230A6
Text Example
Text Example
White with #C230A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230A6; }
p { color: rgb(194,48,166); }
H1.HeaderClassName
{
color: #C230A6;
}
.AnyTagClassName
{
color: #C230A6;
}
</style>
background-color css
<style>
a { background-color: #C230A6; }
a { background-color: rgb(194,48,166); }
div.DivClassName
{
background-color: #C230A6;
}
.BgClassName
{
background-color: #C230A6;
}
</style>
border-color css
<style>
span { border-color: #C230A6; }
span { border-color: rgb(194,48,166); }
td.TdClassName
{
border-color: #C230A6;
}
.TagClassName
{
border-color: #C230A6;
}
</style>