Shades of Medium Red Violet #C930AB
Tints of Medium Red Violet #C930AB
RGB
CMYK
RGB Variations
Color information
#C930AB (or 0xC930AB) is known color: Medium Red Violet. HEX triplet: C9, 30 and AB. RGB value is (201,48,171). Sum of RGB (Red+Green+Blue) = 201+48+171=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C930AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C930AB is #36CF54. Grayscale: #6B6B6B. Windows color (decimal): -3592021 or 11219145. OLE color: 11219145.
HSL color Cylindrical-coordinate representation of color #C930AB: hue angle of 311.76º 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 #C930AB is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 171 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.21 |
| HSL | 311.76º | 0.61% | 0.49% | - |
| HSV(B) | 311.76º | 0.76% | 0.79% | - |
| XYZ | 32.5 | 17.47 | 40.19 | - |
| YUV | 107.77 | 163.69 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 171 | 0 | 0.76 | 0.15 | 0.21 | 311.76 | 0.61 | 0.49 |
| Hex | C9 | 30 | AB | 0 | 4C | F | 15 | 138 | 3D | 31 |
| Octal | 311 | 60 | 253 | 0 | 114 | 17 | 25 | 470 | 75 | 61 |
| Binary | 11001001 | 110000 | 10101011 | 0 | 1001100 | 1111 | 10101 | 100111000 | 111101 | 110001 |
Color Harmonies of #C930AB
Complementary color
Monochromatic Colors of #C930AB
Black with #C930AB
Text Example
Text Example
White with #C930AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C930AB; }
p { color: rgb(201,48,171); }
H1.HeaderClassName
{
color: #C930AB;
}
.AnyTagClassName
{
color: #C930AB;
}
</style>
background-color css
<style>
a { background-color: #C930AB; }
a { background-color: rgb(201,48,171); }
div.DivClassName
{
background-color: #C930AB;
}
.BgClassName
{
background-color: #C930AB;
}
</style>
border-color css
<style>
span { border-color: #C930AB; }
span { border-color: rgb(201,48,171); }
td.TdClassName
{
border-color: #C930AB;
}
.TagClassName
{
border-color: #C930AB;
}
</style>