Shades of Medium Red Violet #C0236B
Tints of Medium Red Violet #C0236B
RGB
CMYK
RGB Variations
Color information
#C0236B (or 0xC0236B) is known color: Medium Red Violet. HEX triplet: C0, 23 and 6B. RGB value is (192,35,107). Sum of RGB (Red+Green+Blue) = 192+35+107=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0236B is #3FDC94. Grayscale: #5A5A5A. Windows color (decimal): -4185237 or 7021504. OLE color: 7021504.
HSL color Cylindrical-coordinate representation of color #C0236B: hue angle of 332.48º 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 #C0236B is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 35 | 107 | - |
| CMYK | 0 | 0.82 | 0.44 | 0.25 |
| HSL | 332.48º | 0.69% | 0.45% | - |
| HSV(B) | 332.48º | 0.82% | 0.75% | - |
| XYZ | 24.99 | 13.47 | 15.19 | - |
| YUV | 90.15 | 137.51 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 107 | 0 | 0.82 | 0.44 | 0.25 | 332.48 | 0.69 | 0.45 |
| Hex | C0 | 23 | 6B | 0 | 52 | 2C | 19 | 14C | 45 | 2D |
| Octal | 300 | 43 | 153 | 0 | 122 | 54 | 31 | 514 | 105 | 55 |
| Binary | 11000000 | 100011 | 1101011 | 0 | 1010010 | 101100 | 11001 | 101001100 | 1000101 | 101101 |
Color Harmonies of #C0236B
Complementary color
Monochromatic Colors of #C0236B
Black with #C0236B
Text Example
Text Example
White with #C0236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0236B; }
p { color: rgb(192,35,107); }
H1.HeaderClassName
{
color: #C0236B;
}
.AnyTagClassName
{
color: #C0236B;
}
</style>
background-color css
<style>
a { background-color: #C0236B; }
a { background-color: rgb(192,35,107); }
div.DivClassName
{
background-color: #C0236B;
}
.BgClassName
{
background-color: #C0236B;
}
</style>
border-color css
<style>
span { border-color: #C0236B; }
span { border-color: rgb(192,35,107); }
td.TdClassName
{
border-color: #C0236B;
}
.TagClassName
{
border-color: #C0236B;
}
</style>