Shades of Medium Red Violet #C230A7
Tints of Medium Red Violet #C230A7
RGB
CMYK
RGB Variations
Color information
#C230A7 (or 0xC230A7) is known color: Medium Red Violet. HEX triplet: C2, 30 and A7. RGB value is (194,48,167). Sum of RGB (Red+Green+Blue) = 194+48+167=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 167 (65.62% from 255 or 40.83% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C230A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C230A7 is #3DCF58. Grayscale: #686868. Windows color (decimal): -4050777 or 10956994. OLE color: 10956994.
HSL color Cylindrical-coordinate representation of color #C230A7: hue angle of 311.1º 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 #C230A7 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 167 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.24 |
| HSL | 311.1º | 0.6% | 0.47% | - |
| HSV(B) | 311.1º | 0.75% | 0.76% | - |
| XYZ | 30.28 | 16.37 | 38.12 | - |
| YUV | 105.22 | 162.87 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 167 | 0 | 0.75 | 0.14 | 0.24 | 311.1 | 0.6 | 0.47 |
| Hex | C2 | 30 | A7 | 0 | 4B | E | 18 | 137 | 3C | 2F |
| Octal | 302 | 60 | 247 | 0 | 113 | 16 | 30 | 467 | 74 | 57 |
| Binary | 11000010 | 110000 | 10100111 | 0 | 1001011 | 1110 | 11000 | 100110111 | 111100 | 101111 |
Color Harmonies of #C230A7
Complementary color
Monochromatic Colors of #C230A7
Black with #C230A7
Text Example
Text Example
White with #C230A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C230A7; }
p { color: rgb(194,48,167); }
H1.HeaderClassName
{
color: #C230A7;
}
.AnyTagClassName
{
color: #C230A7;
}
</style>
background-color css
<style>
a { background-color: #C230A7; }
a { background-color: rgb(194,48,167); }
div.DivClassName
{
background-color: #C230A7;
}
.BgClassName
{
background-color: #C230A7;
}
</style>
border-color css
<style>
span { border-color: #C230A7; }
span { border-color: rgb(194,48,167); }
td.TdClassName
{
border-color: #C230A7;
}
.TagClassName
{
border-color: #C230A7;
}
</style>