Shades of Medium Red Violet #C0369B
Tints of Medium Red Violet #C0369B
RGB
CMYK
RGB Variations
Color information
#C0369B (or 0xC0369B) is known color: Medium Red Violet. HEX triplet: C0, 36 and 9B. RGB value is (192,54,155). Sum of RGB (Red+Green+Blue) = 192+54+155=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0369B is #3FC964. Grayscale: #6A6A6A. Windows color (decimal): -4180325 or 10172096. OLE color: 10172096.
HSL color Cylindrical-coordinate representation of color #C0369B: hue angle of 316.09º 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 #C0369B is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 54 | 155 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.25 |
| HSL | 316.09º | 0.56% | 0.48% | - |
| HSV(B) | 316.09º | 0.72% | 0.75% | - |
| XYZ | 28.97 | 16.21 | 32.61 | - |
| YUV | 106.78 | 155.22 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 155 | 0 | 0.72 | 0.19 | 0.25 | 316.09 | 0.56 | 0.48 |
| Hex | C0 | 36 | 9B | 0 | 48 | 13 | 19 | 13C | 38 | 30 |
| Octal | 300 | 66 | 233 | 0 | 110 | 23 | 31 | 474 | 70 | 60 |
| Binary | 11000000 | 110110 | 10011011 | 0 | 1001000 | 10011 | 11001 | 100111100 | 111000 | 110000 |
Color Harmonies of #C0369B
Complementary color
Monochromatic Colors of #C0369B
Black with #C0369B
Text Example
Text Example
White with #C0369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0369B; }
p { color: rgb(192,54,155); }
H1.HeaderClassName
{
color: #C0369B;
}
.AnyTagClassName
{
color: #C0369B;
}
</style>
background-color css
<style>
a { background-color: #C0369B; }
a { background-color: rgb(192,54,155); }
div.DivClassName
{
background-color: #C0369B;
}
.BgClassName
{
background-color: #C0369B;
}
</style>
border-color css
<style>
span { border-color: #C0369B; }
span { border-color: rgb(192,54,155); }
td.TdClassName
{
border-color: #C0369B;
}
.TagClassName
{
border-color: #C0369B;
}
</style>