Shades of Medium Red Violet #C238A3
Tints of Medium Red Violet #C238A3
RGB
CMYK
RGB Variations
Color information
#C238A3 (or 0xC238A3) is known color: Medium Red Violet. HEX triplet: C2, 38 and A3. RGB value is (194,56,163). Sum of RGB (Red+Green+Blue) = 194+56+163=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 56 (22.27% from 255 or 13.56% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C238A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238A3 is #3DC75C. Grayscale: #6D6D6D. Windows color (decimal): -4048733 or 10696898. OLE color: 10696898.
HSL color Cylindrical-coordinate representation of color #C238A3: hue angle of 313.48º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C238A3 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 163 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.24 |
| HSL | 313.48º | 0.55% | 0.49% | - |
| HSV(B) | 313.48º | 0.71% | 0.76% | - |
| XYZ | 30.27 | 16.94 | 36.32 | - |
| YUV | 109.46 | 158.22 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 163 | 0 | 0.71 | 0.16 | 0.24 | 313.48 | 0.55 | 0.49 |
| Hex | C2 | 38 | A3 | 0 | 47 | 10 | 18 | 139 | 37 | 31 |
| Octal | 302 | 70 | 243 | 0 | 107 | 20 | 30 | 471 | 67 | 61 |
| Binary | 11000010 | 111000 | 10100011 | 0 | 1000111 | 10000 | 11000 | 100111001 | 110111 | 110001 |
Color Harmonies of #C238A3
Complementary color
Monochromatic Colors of #C238A3
Black with #C238A3
Text Example
Text Example
White with #C238A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238A3; }
p { color: rgb(194,56,163); }
H1.HeaderClassName
{
color: #C238A3;
}
.AnyTagClassName
{
color: #C238A3;
}
</style>
background-color css
<style>
a { background-color: #C238A3; }
a { background-color: rgb(194,56,163); }
div.DivClassName
{
background-color: #C238A3;
}
.BgClassName
{
background-color: #C238A3;
}
</style>
border-color css
<style>
span { border-color: #C238A3; }
span { border-color: rgb(194,56,163); }
td.TdClassName
{
border-color: #C238A3;
}
.TagClassName
{
border-color: #C238A3;
}
</style>