Shades of Medium Violet Red #C2248D
Tints of Medium Violet Red #C2248D
RGB
CMYK
RGB Variations
Color information
#C2248D (or 0xC2248D) is known color: Medium Violet Red. HEX triplet: C2, 24 and 8D. RGB value is (194,36,141). Sum of RGB (Red+Green+Blue) = 194+36+141=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2248D is #3DDB72. Grayscale: #5E5E5E. Windows color (decimal): -4053875 or 9249986. OLE color: 9249986.
HSL color Cylindrical-coordinate representation of color #C2248D: hue angle of 320.13º 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 #C2248D is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 141 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.24 |
| HSL | 320.13º | 0.69% | 0.45% | - |
| HSV(B) | 320.13º | 0.81% | 0.76% | - |
| XYZ | 27.69 | 14.65 | 26.57 | - |
| YUV | 95.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 141 | 0 | 0.81 | 0.27 | 0.24 | 320.13 | 0.69 | 0.45 |
| Hex | C2 | 24 | 8D | 0 | 51 | 1B | 18 | 140 | 45 | 2D |
| Octal | 302 | 44 | 215 | 0 | 121 | 33 | 30 | 500 | 105 | 55 |
| Binary | 11000010 | 100100 | 10001101 | 0 | 1010001 | 11011 | 11000 | 101000000 | 1000101 | 101101 |
Color Harmonies of #C2248D
Complementary color
Monochromatic Colors of #C2248D
Black with #C2248D
Text Example
Text Example
White with #C2248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2248D; }
p { color: rgb(194,36,141); }
H1.HeaderClassName
{
color: #C2248D;
}
.AnyTagClassName
{
color: #C2248D;
}
</style>
background-color css
<style>
a { background-color: #C2248D; }
a { background-color: rgb(194,36,141); }
div.DivClassName
{
background-color: #C2248D;
}
.BgClassName
{
background-color: #C2248D;
}
</style>
border-color css
<style>
span { border-color: #C2248D; }
span { border-color: rgb(194,36,141); }
td.TdClassName
{
border-color: #C2248D;
}
.TagClassName
{
border-color: #C2248D;
}
</style>