Shades of Medium Red Violet #C238A8
Tints of Medium Red Violet #C238A8
RGB
CMYK
RGB Variations
Color information
#C238A8 (or 0xC238A8) is known color: Medium Red Violet. HEX triplet: C2, 38 and A8. RGB value is (194,56,168). Sum of RGB (Red+Green+Blue) = 194+56+168=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 56 (22.27% from 255 or 13.40% from 418); Blue value is 168 (66.02% from 255 or 40.19% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C238A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C238A8 is #3DC757. Grayscale: #6D6D6D. Windows color (decimal): -4048728 or 11024578. OLE color: 11024578.
HSL color Cylindrical-coordinate representation of color #C238A8: hue angle of 311.3º 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 #C238A8 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 168 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.24 |
| HSL | 311.3º | 0.55% | 0.49% | - |
| HSV(B) | 311.3º | 0.71% | 0.76% | - |
| XYZ | 30.73 | 17.12 | 38.73 | - |
| YUV | 110.03 | 160.72 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 168 | 0 | 0.71 | 0.13 | 0.24 | 311.3 | 0.55 | 0.49 |
| Hex | C2 | 38 | A8 | 0 | 47 | D | 18 | 137 | 37 | 31 |
| Octal | 302 | 70 | 250 | 0 | 107 | 15 | 30 | 467 | 67 | 61 |
| Binary | 11000010 | 111000 | 10101000 | 0 | 1000111 | 1101 | 11000 | 100110111 | 110111 | 110001 |
Color Harmonies of #C238A8
Complementary color
Monochromatic Colors of #C238A8
Black with #C238A8
Text Example
Text Example
White with #C238A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238A8; }
p { color: rgb(194,56,168); }
H1.HeaderClassName
{
color: #C238A8;
}
.AnyTagClassName
{
color: #C238A8;
}
</style>
background-color css
<style>
a { background-color: #C238A8; }
a { background-color: rgb(194,56,168); }
div.DivClassName
{
background-color: #C238A8;
}
.BgClassName
{
background-color: #C238A8;
}
</style>
border-color css
<style>
span { border-color: #C238A8; }
span { border-color: rgb(194,56,168); }
td.TdClassName
{
border-color: #C238A8;
}
.TagClassName
{
border-color: #C238A8;
}
</style>