Shades of Medium Red Violet #C0369E
Tints of Medium Red Violet #C0369E
RGB
CMYK
RGB Variations
Color information
#C0369E (or 0xC0369E) is known color: Medium Red Violet. HEX triplet: C0, 36 and 9E. RGB value is (192,54,158). Sum of RGB (Red+Green+Blue) = 192+54+158=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 54 (21.48% from 255 or 13.37% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0369E is #3FC961. Grayscale: #6A6A6A. Windows color (decimal): -4180322 or 10368704. OLE color: 10368704.
HSL color Cylindrical-coordinate representation of color #C0369E: hue angle of 314.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0369E is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 158 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.25 |
| HSL | 314.78º | 0.56% | 0.48% | - |
| HSV(B) | 314.78º | 0.72% | 0.75% | - |
| XYZ | 29.23 | 16.31 | 33.96 | - |
| YUV | 107.12 | 156.72 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 158 | 0 | 0.72 | 0.18 | 0.25 | 314.78 | 0.56 | 0.48 |
| Hex | C0 | 36 | 9E | 0 | 48 | 12 | 19 | 13B | 38 | 30 |
| Octal | 300 | 66 | 236 | 0 | 110 | 22 | 31 | 473 | 70 | 60 |
| Binary | 11000000 | 110110 | 10011110 | 0 | 1001000 | 10010 | 11001 | 100111011 | 111000 | 110000 |
Color Harmonies of #C0369E
Complementary color
Monochromatic Colors of #C0369E
Black with #C0369E
Text Example
Text Example
White with #C0369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0369E; }
p { color: rgb(192,54,158); }
H1.HeaderClassName
{
color: #C0369E;
}
.AnyTagClassName
{
color: #C0369E;
}
</style>
background-color css
<style>
a { background-color: #C0369E; }
a { background-color: rgb(192,54,158); }
div.DivClassName
{
background-color: #C0369E;
}
.BgClassName
{
background-color: #C0369E;
}
</style>
border-color css
<style>
span { border-color: #C0369E; }
span { border-color: rgb(192,54,158); }
td.TdClassName
{
border-color: #C0369E;
}
.TagClassName
{
border-color: #C0369E;
}
</style>