Shades of Medium Violet Red #C2248B
Tints of Medium Violet Red #C2248B
RGB
CMYK
RGB Variations
Color information
#C2248B (or 0xC2248B) is known color: Medium Violet Red. HEX triplet: C2, 24 and 8B. RGB value is (194,36,139). Sum of RGB (Red+Green+Blue) = 194+36+139=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 36 (14.45% from 255 or 9.76% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2248B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2248B is #3DDB74. Grayscale: #5E5E5E. Windows color (decimal): -4053877 or 9118914. OLE color: 9118914.
HSL color Cylindrical-coordinate representation of color #C2248B: hue angle of 320.89º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2248B is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 139 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.24 |
| HSL | 320.89º | 0.69% | 0.45% | - |
| HSV(B) | 320.89º | 0.81% | 0.76% | - |
| XYZ | 27.54 | 14.6 | 25.79 | - |
| YUV | 94.98 | 152.85 | 198.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 139 | 0 | 0.81 | 0.28 | 0.24 | 320.89 | 0.69 | 0.45 |
| Hex | C2 | 24 | 8B | 0 | 51 | 1C | 18 | 141 | 45 | 2D |
| Octal | 302 | 44 | 213 | 0 | 121 | 34 | 30 | 501 | 105 | 55 |
| Binary | 11000010 | 100100 | 10001011 | 0 | 1010001 | 11100 | 11000 | 101000001 | 1000101 | 101101 |
Color Harmonies of #C2248B
Complementary color
Monochromatic Colors of #C2248B
Black with #C2248B
Text Example
Text Example
White with #C2248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2248B; }
p { color: rgb(194,36,139); }
H1.HeaderClassName
{
color: #C2248B;
}
.AnyTagClassName
{
color: #C2248B;
}
</style>
background-color css
<style>
a { background-color: #C2248B; }
a { background-color: rgb(194,36,139); }
div.DivClassName
{
background-color: #C2248B;
}
.BgClassName
{
background-color: #C2248B;
}
</style>
border-color css
<style>
span { border-color: #C2248B; }
span { border-color: rgb(194,36,139); }
td.TdClassName
{
border-color: #C2248B;
}
.TagClassName
{
border-color: #C2248B;
}
</style>