Shades of Medium Red Violet #C0236C
Tints of Medium Red Violet #C0236C
RGB
CMYK
RGB Variations
Color information
#C0236C (or 0xC0236C) is known color: Medium Red Violet. HEX triplet: C0, 23 and 6C. RGB value is (192,35,108). Sum of RGB (Red+Green+Blue) = 192+35+108=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0236C is #3FDC93. Grayscale: #5A5A5A. Windows color (decimal): -4185236 or 7087040. OLE color: 7087040.
HSL color Cylindrical-coordinate representation of color #C0236C: hue angle of 332.1º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0236C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 108 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.25 |
| HSL | 332.1º | 0.69% | 0.45% | - |
| HSV(B) | 332.1º | 0.82% | 0.75% | - |
| XYZ | 25.05 | 13.49 | 15.47 | - |
| YUV | 90.27 | 138.01 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 108 | 0 | 0.82 | 0.44 | 0.25 | 332.1 | 0.69 | 0.45 |
| Hex | C0 | 23 | 6C | 0 | 52 | 2C | 19 | 14C | 45 | 2D |
| Octal | 300 | 43 | 154 | 0 | 122 | 54 | 31 | 514 | 105 | 55 |
| Binary | 11000000 | 100011 | 1101100 | 0 | 1010010 | 101100 | 11001 | 101001100 | 1000101 | 101101 |
Color Harmonies of #C0236C
Complementary color
Monochromatic Colors of #C0236C
Black with #C0236C
Text Example
Text Example
White with #C0236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0236C; }
p { color: rgb(192,35,108); }
H1.HeaderClassName
{
color: #C0236C;
}
.AnyTagClassName
{
color: #C0236C;
}
</style>
background-color css
<style>
a { background-color: #C0236C; }
a { background-color: rgb(192,35,108); }
div.DivClassName
{
background-color: #C0236C;
}
.BgClassName
{
background-color: #C0236C;
}
</style>
border-color css
<style>
span { border-color: #C0236C; }
span { border-color: rgb(192,35,108); }
td.TdClassName
{
border-color: #C0236C;
}
.TagClassName
{
border-color: #C0236C;
}
</style>