Shades of Medium Red Violet #C930A6
Tints of Medium Red Violet #C930A6
RGB
CMYK
RGB Variations
Color information
#C930A6 (or 0xC930A6) is known color: Medium Red Violet. HEX triplet: C9, 30 and A6. RGB value is (201,48,166). Sum of RGB (Red+Green+Blue) = 201+48+166=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C930A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C930A6 is #36CF59. Grayscale: #6A6A6A. Windows color (decimal): -3592026 or 10891465. OLE color: 10891465.
HSL color Cylindrical-coordinate representation of color #C930A6: hue angle of 313.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C930A6 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 166 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.21 |
| HSL | 313.73º | 0.61% | 0.49% | - |
| HSV(B) | 313.73º | 0.76% | 0.79% | - |
| XYZ | 32.03 | 17.28 | 37.72 | - |
| YUV | 107.2 | 161.19 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 166 | 0 | 0.76 | 0.17 | 0.21 | 313.73 | 0.61 | 0.49 |
| Hex | C9 | 30 | A6 | 0 | 4C | 11 | 15 | 13A | 3D | 31 |
| Octal | 311 | 60 | 246 | 0 | 114 | 21 | 25 | 472 | 75 | 61 |
| Binary | 11001001 | 110000 | 10100110 | 0 | 1001100 | 10001 | 10101 | 100111010 | 111101 | 110001 |
Color Harmonies of #C930A6
Complementary color
Monochromatic Colors of #C930A6
Black with #C930A6
Text Example
Text Example
White with #C930A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930A6; }
p { color: rgb(201,48,166); }
H1.HeaderClassName
{
color: #C930A6;
}
.AnyTagClassName
{
color: #C930A6;
}
</style>
background-color css
<style>
a { background-color: #C930A6; }
a { background-color: rgb(201,48,166); }
div.DivClassName
{
background-color: #C930A6;
}
.BgClassName
{
background-color: #C930A6;
}
</style>
border-color css
<style>
span { border-color: #C930A6; }
span { border-color: rgb(201,48,166); }
td.TdClassName
{
border-color: #C930A6;
}
.TagClassName
{
border-color: #C930A6;
}
</style>