Shades of Medium Red Violet #C92BAA
Tints of Medium Red Violet #C92BAA
RGB
CMYK
RGB Variations
Color information
#C92BAA (or 0xC92BAA) is known color: Medium Red Violet. HEX triplet: C9, 2B and AA. RGB value is (201,43,170). Sum of RGB (Red+Green+Blue) = 201+43+170=414 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.55% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 201 - color contains mainly: red. Hex color #C92BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C92BAA is #36D455. Grayscale: #686868. Windows color (decimal): -3593302 or 11152329. OLE color: 11152329.
HSL color Cylindrical-coordinate representation of color #C92BAA: hue angle of 311.77º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C92BAA is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 170 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.21 |
| HSL | 311.77º | 0.65% | 0.48% | - |
| HSV(B) | 311.77º | 0.79% | 0.79% | - |
| XYZ | 32.21 | 17.05 | 39.62 | - |
| YUV | 104.72 | 164.85 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 170 | 0 | 0.79 | 0.15 | 0.21 | 311.77 | 0.65 | 0.48 |
| Hex | C9 | 2B | AA | 0 | 4F | F | 15 | 138 | 41 | 30 |
| Octal | 311 | 53 | 252 | 0 | 117 | 17 | 25 | 470 | 101 | 60 |
| Binary | 11001001 | 101011 | 10101010 | 0 | 1001111 | 1111 | 10101 | 100111000 | 1000001 | 110000 |
Color Harmonies of #C92BAA
Complementary color
Monochromatic Colors of #C92BAA
Black with #C92BAA
Text Example
Text Example
White with #C92BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92BAA; }
p { color: rgb(201,43,170); }
H1.HeaderClassName
{
color: #C92BAA;
}
.AnyTagClassName
{
color: #C92BAA;
}
</style>
background-color css
<style>
a { background-color: #C92BAA; }
a { background-color: rgb(201,43,170); }
div.DivClassName
{
background-color: #C92BAA;
}
.BgClassName
{
background-color: #C92BAA;
}
</style>
border-color css
<style>
span { border-color: #C92BAA; }
span { border-color: rgb(201,43,170); }
td.TdClassName
{
border-color: #C92BAA;
}
.TagClassName
{
border-color: #C92BAA;
}
</style>