Shades of Medium Red Violet #C236A3
Tints of Medium Red Violet #C236A3
RGB
CMYK
RGB Variations
Color information
#C236A3 (or 0xC236A3) is known color: Medium Red Violet. HEX triplet: C2, 36 and A3. RGB value is (194,54,163). Sum of RGB (Red+Green+Blue) = 194+54+163=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C236A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C236A3 is #3DC95C. Grayscale: #6B6B6B. Windows color (decimal): -4049245 or 10696386. OLE color: 10696386.
HSL color Cylindrical-coordinate representation of color #C236A3: hue angle of 313.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C236A3 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 163 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.24 |
| HSL | 313.29º | 0.56% | 0.49% | - |
| HSV(B) | 313.29º | 0.72% | 0.76% | - |
| XYZ | 30.18 | 16.75 | 36.29 | - |
| YUV | 108.29 | 158.88 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 163 | 0 | 0.72 | 0.16 | 0.24 | 313.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | A3 | 0 | 48 | 10 | 18 | 139 | 38 | 31 |
| Octal | 302 | 66 | 243 | 0 | 110 | 20 | 30 | 471 | 70 | 61 |
| Binary | 11000010 | 110110 | 10100011 | 0 | 1001000 | 10000 | 11000 | 100111001 | 111000 | 110001 |
Color Harmonies of #C236A3
Complementary color
Monochromatic Colors of #C236A3
Black with #C236A3
Text Example
Text Example
White with #C236A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C236A3; }
p { color: rgb(194,54,163); }
H1.HeaderClassName
{
color: #C236A3;
}
.AnyTagClassName
{
color: #C236A3;
}
</style>
background-color css
<style>
a { background-color: #C236A3; }
a { background-color: rgb(194,54,163); }
div.DivClassName
{
background-color: #C236A3;
}
.BgClassName
{
background-color: #C236A3;
}
</style>
border-color css
<style>
span { border-color: #C236A3; }
span { border-color: rgb(194,54,163); }
td.TdClassName
{
border-color: #C236A3;
}
.TagClassName
{
border-color: #C236A3;
}
</style>