Shades of Medium Violet Red #C922A8
Tints of Medium Violet Red #C922A8
RGB
CMYK
RGB Variations
Color information
#C922A8 (or 0xC922A8) is known color: Medium Violet Red. HEX triplet: C9, 22 and A8. RGB value is (201,34,168). Sum of RGB (Red+Green+Blue) = 201+34+168=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C922A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C922A8 is #36DD57. Grayscale: #626262. Windows color (decimal): -3595608 or 11018953. OLE color: 11018953.
HSL color Cylindrical-coordinate representation of color #C922A8: hue angle of 311.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C922A8 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 168 | - |
| CMYK | 0 | 0.83 | 0.16 | 0.21 |
| HSL | 311.86º | 0.71% | 0.46% | - |
| HSV(B) | 311.86º | 0.83% | 0.79% | - |
| XYZ | 31.73 | 16.39 | 38.54 | - |
| YUV | 99.21 | 166.83 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 168 | 0 | 0.83 | 0.16 | 0.21 | 311.86 | 0.71 | 0.46 |
| Hex | C9 | 22 | A8 | 0 | 53 | 10 | 15 | 138 | 47 | 2E |
| Octal | 311 | 42 | 250 | 0 | 123 | 20 | 25 | 470 | 107 | 56 |
| Binary | 11001001 | 100010 | 10101000 | 0 | 1010011 | 10000 | 10101 | 100111000 | 1000111 | 101110 |
Color Harmonies of #C922A8
Complementary color
Monochromatic Colors of #C922A8
Black with #C922A8
Text Example
Text Example
White with #C922A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C922A8; }
p { color: rgb(201,34,168); }
H1.HeaderClassName
{
color: #C922A8;
}
.AnyTagClassName
{
color: #C922A8;
}
</style>
background-color css
<style>
a { background-color: #C922A8; }
a { background-color: rgb(201,34,168); }
div.DivClassName
{
background-color: #C922A8;
}
.BgClassName
{
background-color: #C922A8;
}
</style>
border-color css
<style>
span { border-color: #C922A8; }
span { border-color: rgb(201,34,168); }
td.TdClassName
{
border-color: #C922A8;
}
.TagClassName
{
border-color: #C922A8;
}
</style>