Shades of Medium Red Violet #C03385
Tints of Medium Red Violet #C03385
RGB
CMYK
RGB Variations
Color information
#C03385 (or 0xC03385) is known color: Medium Red Violet. HEX triplet: C0, 33 and 85. RGB value is (192,51,133). Sum of RGB (Red+Green+Blue) = 192+51+133=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C03385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03385 is #3FCC7A. Grayscale: #666666. Windows color (decimal): -4181115 or 8729536. OLE color: 8729536.
HSL color Cylindrical-coordinate representation of color #C03385: hue angle of 325.11º 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 #C03385 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 133 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.25 |
| HSL | 325.11º | 0.58% | 0.48% | - |
| HSV(B) | 325.11º | 0.73% | 0.75% | - |
| XYZ | 27.16 | 15.27 | 23.71 | - |
| YUV | 102.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 133 | 0 | 0.73 | 0.31 | 0.25 | 325.11 | 0.58 | 0.48 |
| Hex | C0 | 33 | 85 | 0 | 49 | 1F | 19 | 145 | 3A | 30 |
| Octal | 300 | 63 | 205 | 0 | 111 | 37 | 31 | 505 | 72 | 60 |
| Binary | 11000000 | 110011 | 10000101 | 0 | 1001001 | 11111 | 11001 | 101000101 | 111010 | 110000 |
Color Harmonies of #C03385
Complementary color
Monochromatic Colors of #C03385
Black with #C03385
Text Example
Text Example
White with #C03385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03385; }
p { color: rgb(192,51,133); }
H1.HeaderClassName
{
color: #C03385;
}
.AnyTagClassName
{
color: #C03385;
}
</style>
background-color css
<style>
a { background-color: #C03385; }
a { background-color: rgb(192,51,133); }
div.DivClassName
{
background-color: #C03385;
}
.BgClassName
{
background-color: #C03385;
}
</style>
border-color css
<style>
span { border-color: #C03385; }
span { border-color: rgb(192,51,133); }
td.TdClassName
{
border-color: #C03385;
}
.TagClassName
{
border-color: #C03385;
}
</style>