Shades of Medium Red Violet #C132A2
Tints of Medium Red Violet #C132A2
RGB
CMYK
RGB Variations
Color information
#C132A2 (or 0xC132A2) is known color: Medium Red Violet. HEX triplet: C1, 32 and A2. RGB value is (193,50,162). Sum of RGB (Red+Green+Blue) = 193+50+162=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C132A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C132A2 is #3ECD5D. Grayscale: #696969. Windows color (decimal): -4115806 or 10629825. OLE color: 10629825.
HSL color Cylindrical-coordinate representation of color #C132A2: hue angle of 313.01º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C132A2 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 50 | 162 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.24 |
| HSL | 313.01º | 0.59% | 0.48% | - |
| HSV(B) | 313.01º | 0.74% | 0.76% | - |
| XYZ | 29.65 | 16.23 | 35.75 | - |
| YUV | 105.53 | 159.88 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 50 | 162 | 0 | 0.74 | 0.16 | 0.24 | 313.01 | 0.59 | 0.48 |
| Hex | C1 | 32 | A2 | 0 | 4A | 10 | 18 | 139 | 3B | 30 |
| Octal | 301 | 62 | 242 | 0 | 112 | 20 | 30 | 471 | 73 | 60 |
| Binary | 11000001 | 110010 | 10100010 | 0 | 1001010 | 10000 | 11000 | 100111001 | 111011 | 110000 |
Color Harmonies of #C132A2
Complementary color
Monochromatic Colors of #C132A2
Black with #C132A2
Text Example
Text Example
White with #C132A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C132A2; }
p { color: rgb(193,50,162); }
H1.HeaderClassName
{
color: #C132A2;
}
.AnyTagClassName
{
color: #C132A2;
}
</style>
background-color css
<style>
a { background-color: #C132A2; }
a { background-color: rgb(193,50,162); }
div.DivClassName
{
background-color: #C132A2;
}
.BgClassName
{
background-color: #C132A2;
}
</style>
border-color css
<style>
span { border-color: #C132A2; }
span { border-color: rgb(193,50,162); }
td.TdClassName
{
border-color: #C132A2;
}
.TagClassName
{
border-color: #C132A2;
}
</style>