Shades of Medium Red Violet #C038A5
Tints of Medium Red Violet #C038A5
RGB
CMYK
RGB Variations
Color information
#C038A5 (or 0xC038A5) is known color: Medium Red Violet. HEX triplet: C0, 38 and A5. RGB value is (192,56,165). Sum of RGB (Red+Green+Blue) = 192+56+165=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C038A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C038A5 is #3FC75A. Grayscale: #6C6C6C. Windows color (decimal): -4179803 or 10827968. OLE color: 10827968.
HSL color Cylindrical-coordinate representation of color #C038A5: hue angle of 311.91º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C038A5 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 165 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.25 |
| HSL | 311.91º | 0.55% | 0.49% | - |
| HSV(B) | 311.91º | 0.71% | 0.75% | - |
| XYZ | 29.94 | 16.75 | 37.25 | - |
| YUV | 109.09 | 159.56 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 165 | 0 | 0.71 | 0.14 | 0.25 | 311.91 | 0.55 | 0.49 |
| Hex | C0 | 38 | A5 | 0 | 47 | E | 19 | 138 | 37 | 31 |
| Octal | 300 | 70 | 245 | 0 | 107 | 16 | 31 | 470 | 67 | 61 |
| Binary | 11000000 | 111000 | 10100101 | 0 | 1000111 | 1110 | 11001 | 100111000 | 110111 | 110001 |
Color Harmonies of #C038A5
Complementary color
Monochromatic Colors of #C038A5
Black with #C038A5
Text Example
Text Example
White with #C038A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C038A5; }
p { color: rgb(192,56,165); }
H1.HeaderClassName
{
color: #C038A5;
}
.AnyTagClassName
{
color: #C038A5;
}
</style>
background-color css
<style>
a { background-color: #C038A5; }
a { background-color: rgb(192,56,165); }
div.DivClassName
{
background-color: #C038A5;
}
.BgClassName
{
background-color: #C038A5;
}
</style>
border-color css
<style>
span { border-color: #C038A5; }
span { border-color: rgb(192,56,165); }
td.TdClassName
{
border-color: #C038A5;
}
.TagClassName
{
border-color: #C038A5;
}
</style>