Shades of Medium Violet Red #C2236B
Tints of Medium Violet Red #C2236B
RGB
CMYK
RGB Variations
Color information
#C2236B (or 0xC2236B) is known color: Medium Violet Red. HEX triplet: C2, 23 and 6B. RGB value is (194,35,107). Sum of RGB (Red+Green+Blue) = 194+35+107=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C2236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2236B is #3DDC94. Grayscale: #5A5A5A. Windows color (decimal): -4054165 or 7021506. OLE color: 7021506.
HSL color Cylindrical-coordinate representation of color #C2236B: hue angle of 332.83º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2236B is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 107 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.24 |
| HSL | 332.83º | 0.69% | 0.45% | - |
| HSV(B) | 332.83º | 0.82% | 0.76% | - |
| XYZ | 25.5 | 13.73 | 15.22 | - |
| YUV | 90.75 | 137.18 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 107 | 0 | 0.82 | 0.45 | 0.24 | 332.83 | 0.69 | 0.45 |
| Hex | C2 | 23 | 6B | 0 | 52 | 2D | 18 | 14D | 45 | 2D |
| Octal | 302 | 43 | 153 | 0 | 122 | 55 | 30 | 515 | 105 | 55 |
| Binary | 11000010 | 100011 | 1101011 | 0 | 1010010 | 101101 | 11000 | 101001101 | 1000101 | 101101 |
Color Harmonies of #C2236B
Complementary color
Monochromatic Colors of #C2236B
Black with #C2236B
Text Example
Text Example
White with #C2236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2236B; }
p { color: rgb(194,35,107); }
H1.HeaderClassName
{
color: #C2236B;
}
.AnyTagClassName
{
color: #C2236B;
}
</style>
background-color css
<style>
a { background-color: #C2236B; }
a { background-color: rgb(194,35,107); }
div.DivClassName
{
background-color: #C2236B;
}
.BgClassName
{
background-color: #C2236B;
}
</style>
border-color css
<style>
span { border-color: #C2236B; }
span { border-color: rgb(194,35,107); }
td.TdClassName
{
border-color: #C2236B;
}
.TagClassName
{
border-color: #C2236B;
}
</style>