Shades of Medium Red Violet #C03289
Tints of Medium Red Violet #C03289
RGB
CMYK
RGB Variations
Color information
#C03289 (or 0xC03289) is known color: Medium Red Violet. HEX triplet: C0, 32 and 89. RGB value is (192,50,137). Sum of RGB (Red+Green+Blue) = 192+50+137=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C03289 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03289 is #3FCD76. Grayscale: #666666. Windows color (decimal): -4181367 or 8991424. OLE color: 8991424.
HSL color Cylindrical-coordinate representation of color #C03289: hue angle of 323.24º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03289 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 137 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.25 |
| HSL | 323.24º | 0.59% | 0.47% | - |
| HSV(B) | 323.24º | 0.74% | 0.75% | - |
| XYZ | 27.39 | 15.29 | 25.18 | - |
| YUV | 102.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 137 | 0 | 0.74 | 0.29 | 0.25 | 323.24 | 0.59 | 0.47 |
| Hex | C0 | 32 | 89 | 0 | 4A | 1D | 19 | 143 | 3B | 2F |
| Octal | 300 | 62 | 211 | 0 | 112 | 35 | 31 | 503 | 73 | 57 |
| Binary | 11000000 | 110010 | 10001001 | 0 | 1001010 | 11101 | 11001 | 101000011 | 111011 | 101111 |
Color Harmonies of #C03289
Complementary color
Monochromatic Colors of #C03289
Black with #C03289
Text Example
Text Example
White with #C03289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03289; }
p { color: rgb(192,50,137); }
H1.HeaderClassName
{
color: #C03289;
}
.AnyTagClassName
{
color: #C03289;
}
</style>
background-color css
<style>
a { background-color: #C03289; }
a { background-color: rgb(192,50,137); }
div.DivClassName
{
background-color: #C03289;
}
.BgClassName
{
background-color: #C03289;
}
</style>
border-color css
<style>
span { border-color: #C03289; }
span { border-color: rgb(192,50,137); }
td.TdClassName
{
border-color: #C03289;
}
.TagClassName
{
border-color: #C03289;
}
</style>