Shades of Medium Red Violet #C033A2
Tints of Medium Red Violet #C033A2
RGB
CMYK
RGB Variations
Color information
#C033A2 (or 0xC033A2) is known color: Medium Red Violet. HEX triplet: C0, 33 and A2. RGB value is (192,51,162). Sum of RGB (Red+Green+Blue) = 192+51+162=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C033A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C033A2 is #3FCC5D. Grayscale: #696969. Windows color (decimal): -4181086 or 10630080. OLE color: 10630080.
HSL color Cylindrical-coordinate representation of color #C033A2: hue angle of 312.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C033A2 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 162 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.25 |
| HSL | 312.77º | 0.58% | 0.48% | - |
| HSV(B) | 312.77º | 0.73% | 0.75% | - |
| XYZ | 29.44 | 16.18 | 35.75 | - |
| YUV | 105.81 | 159.71 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 162 | 0 | 0.73 | 0.16 | 0.25 | 312.77 | 0.58 | 0.48 |
| Hex | C0 | 33 | A2 | 0 | 49 | 10 | 19 | 139 | 3A | 30 |
| Octal | 300 | 63 | 242 | 0 | 111 | 20 | 31 | 471 | 72 | 60 |
| Binary | 11000000 | 110011 | 10100010 | 0 | 1001001 | 10000 | 11001 | 100111001 | 111010 | 110000 |
Color Harmonies of #C033A2
Complementary color
Monochromatic Colors of #C033A2
Black with #C033A2
Text Example
Text Example
White with #C033A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C033A2; }
p { color: rgb(192,51,162); }
H1.HeaderClassName
{
color: #C033A2;
}
.AnyTagClassName
{
color: #C033A2;
}
</style>
background-color css
<style>
a { background-color: #C033A2; }
a { background-color: rgb(192,51,162); }
div.DivClassName
{
background-color: #C033A2;
}
.BgClassName
{
background-color: #C033A2;
}
</style>
border-color css
<style>
span { border-color: #C033A2; }
span { border-color: rgb(192,51,162); }
td.TdClassName
{
border-color: #C033A2;
}
.TagClassName
{
border-color: #C033A2;
}
</style>