Shades of Medium Red Violet #C930AA
Tints of Medium Red Violet #C930AA
RGB
CMYK
RGB Variations
Color information
#C930AA (or 0xC930AA) is known color: Medium Red Violet. HEX triplet: C9, 30 and AA. RGB value is (201,48,170). Sum of RGB (Red+Green+Blue) = 201+48+170=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C930AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C930AA is #36CF55. Grayscale: #6B6B6B. Windows color (decimal): -3592022 or 11153609. OLE color: 11153609.
HSL color Cylindrical-coordinate representation of color #C930AA: hue angle of 312.16º 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 #C930AA is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 170 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.21 |
| HSL | 312.16º | 0.61% | 0.49% | - |
| HSV(B) | 312.16º | 0.76% | 0.79% | - |
| XYZ | 32.4 | 17.43 | 39.69 | - |
| YUV | 107.66 | 163.19 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 170 | 0 | 0.76 | 0.15 | 0.21 | 312.16 | 0.61 | 0.49 |
| Hex | C9 | 30 | AA | 0 | 4C | F | 15 | 138 | 3D | 31 |
| Octal | 311 | 60 | 252 | 0 | 114 | 17 | 25 | 470 | 75 | 61 |
| Binary | 11001001 | 110000 | 10101010 | 0 | 1001100 | 1111 | 10101 | 100111000 | 111101 | 110001 |
Color Harmonies of #C930AA
Complementary color
Monochromatic Colors of #C930AA
Black with #C930AA
Text Example
Text Example
White with #C930AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930AA; }
p { color: rgb(201,48,170); }
H1.HeaderClassName
{
color: #C930AA;
}
.AnyTagClassName
{
color: #C930AA;
}
</style>
background-color css
<style>
a { background-color: #C930AA; }
a { background-color: rgb(201,48,170); }
div.DivClassName
{
background-color: #C930AA;
}
.BgClassName
{
background-color: #C930AA;
}
</style>
border-color css
<style>
span { border-color: #C930AA; }
span { border-color: rgb(201,48,170); }
td.TdClassName
{
border-color: #C930AA;
}
.TagClassName
{
border-color: #C930AA;
}
</style>