Shades of Medium Red Violet #C232A5
Tints of Medium Red Violet #C232A5
RGB
CMYK
RGB Variations
Color information
#C232A5 (or 0xC232A5) is known color: Medium Red Violet. HEX triplet: C2, 32 and A5. RGB value is (194,50,165). Sum of RGB (Red+Green+Blue) = 194+50+165=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C232A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C232A5 is #3DCD5A. Grayscale: #696969. Windows color (decimal): -4050267 or 10826434. OLE color: 10826434.
HSL color Cylindrical-coordinate representation of color #C232A5: hue angle of 312.08º 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 #C232A5 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 165 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.24 |
| HSL | 312.08º | 0.59% | 0.48% | - |
| HSV(B) | 312.08º | 0.74% | 0.76% | - |
| XYZ | 30.18 | 16.47 | 37.19 | - |
| YUV | 106.17 | 161.21 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 165 | 0 | 0.74 | 0.15 | 0.24 | 312.08 | 0.59 | 0.48 |
| Hex | C2 | 32 | A5 | 0 | 4A | F | 18 | 138 | 3B | 30 |
| Octal | 302 | 62 | 245 | 0 | 112 | 17 | 30 | 470 | 73 | 60 |
| Binary | 11000010 | 110010 | 10100101 | 0 | 1001010 | 1111 | 11000 | 100111000 | 111011 | 110000 |
Color Harmonies of #C232A5
Complementary color
Monochromatic Colors of #C232A5
Black with #C232A5
Text Example
Text Example
White with #C232A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C232A5; }
p { color: rgb(194,50,165); }
H1.HeaderClassName
{
color: #C232A5;
}
.AnyTagClassName
{
color: #C232A5;
}
</style>
background-color css
<style>
a { background-color: #C232A5; }
a { background-color: rgb(194,50,165); }
div.DivClassName
{
background-color: #C232A5;
}
.BgClassName
{
background-color: #C232A5;
}
</style>
border-color css
<style>
span { border-color: #C232A5; }
span { border-color: rgb(194,50,165); }
td.TdClassName
{
border-color: #C232A5;
}
.TagClassName
{
border-color: #C232A5;
}
</style>