Shades of Medium Red Violet #C430A6
Tints of Medium Red Violet #C430A6
RGB
CMYK
RGB Variations
Color information
#C430A6 (or 0xC430A6) is known color: Medium Red Violet. HEX triplet: C4, 30 and A6. RGB value is (196,48,166). Sum of RGB (Red+Green+Blue) = 196+48+166=410 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.80% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 196 - color contains mainly: red. Hex color #C430A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430A6 is #3BCF59. Grayscale: #696969. Windows color (decimal): -3919706 or 10891460. OLE color: 10891460.
HSL color Cylindrical-coordinate representation of color #C430A6: hue angle of 312.16º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430A6 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 48 | 166 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.23 |
| HSL | 312.16º | 0.61% | 0.48% | - |
| HSV(B) | 312.16º | 0.76% | 0.77% | - |
| XYZ | 30.7 | 16.6 | 37.66 | - |
| YUV | 105.7 | 162.03 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 48 | 166 | 0 | 0.76 | 0.15 | 0.23 | 312.16 | 0.61 | 0.48 |
| Hex | C4 | 30 | A6 | 0 | 4C | F | 17 | 138 | 3D | 30 |
| Octal | 304 | 60 | 246 | 0 | 114 | 17 | 27 | 470 | 75 | 60 |
| Binary | 11000100 | 110000 | 10100110 | 0 | 1001100 | 1111 | 10111 | 100111000 | 111101 | 110000 |
Color Harmonies of #C430A6
Complementary color
Monochromatic Colors of #C430A6
Black with #C430A6
Text Example
Text Example
White with #C430A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C430A6; }
p { color: rgb(196,48,166); }
H1.HeaderClassName
{
color: #C430A6;
}
.AnyTagClassName
{
color: #C430A6;
}
</style>
background-color css
<style>
a { background-color: #C430A6; }
a { background-color: rgb(196,48,166); }
div.DivClassName
{
background-color: #C430A6;
}
.BgClassName
{
background-color: #C430A6;
}
</style>
border-color css
<style>
span { border-color: #C430A6; }
span { border-color: rgb(196,48,166); }
td.TdClassName
{
border-color: #C430A6;
}
.TagClassName
{
border-color: #C430A6;
}
</style>