Shades of Medium Red Violet #C0236F
Tints of Medium Red Violet #C0236F
RGB
CMYK
RGB Variations
Color information
#C0236F (or 0xC0236F) is known color: Medium Red Violet. HEX triplet: C0, 23 and 6F. RGB value is (192,35,111). Sum of RGB (Red+Green+Blue) = 192+35+111=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0236F is #3FDC90. Grayscale: #5A5A5A. Windows color (decimal): -4185233 or 7283648. OLE color: 7283648.
HSL color Cylindrical-coordinate representation of color #C0236F: hue angle of 330.96º 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 #C0236F is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 111 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.25 |
| HSL | 330.96º | 0.69% | 0.45% | - |
| HSV(B) | 330.96º | 0.82% | 0.75% | - |
| XYZ | 25.21 | 13.56 | 16.33 | - |
| YUV | 90.61 | 139.51 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 111 | 0 | 0.82 | 0.42 | 0.25 | 330.96 | 0.69 | 0.45 |
| Hex | C0 | 23 | 6F | 0 | 52 | 2A | 19 | 14B | 45 | 2D |
| Octal | 300 | 43 | 157 | 0 | 122 | 52 | 31 | 513 | 105 | 55 |
| Binary | 11000000 | 100011 | 1101111 | 0 | 1010010 | 101010 | 11001 | 101001011 | 1000101 | 101101 |
Color Harmonies of #C0236F
Complementary color
Monochromatic Colors of #C0236F
Black with #C0236F
Text Example
Text Example
White with #C0236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0236F; }
p { color: rgb(192,35,111); }
H1.HeaderClassName
{
color: #C0236F;
}
.AnyTagClassName
{
color: #C0236F;
}
</style>
background-color css
<style>
a { background-color: #C0236F; }
a { background-color: rgb(192,35,111); }
div.DivClassName
{
background-color: #C0236F;
}
.BgClassName
{
background-color: #C0236F;
}
</style>
border-color css
<style>
span { border-color: #C0236F; }
span { border-color: rgb(192,35,111); }
td.TdClassName
{
border-color: #C0236F;
}
.TagClassName
{
border-color: #C0236F;
}
</style>