Shades of Medium Red Violet #C0248E
Tints of Medium Red Violet #C0248E
RGB
CMYK
RGB Variations
Color information
#C0248E (or 0xC0248E) is known color: Medium Red Violet. HEX triplet: C0, 24 and 8E. RGB value is (192,36,142). Sum of RGB (Red+Green+Blue) = 192+36+142=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0248E is #3FDB71. Grayscale: #5E5E5E. Windows color (decimal): -4184946 or 9315520. OLE color: 9315520.
HSL color Cylindrical-coordinate representation of color #C0248E: hue angle of 319.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0248E is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 142 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.25 |
| HSL | 319.23º | 0.68% | 0.45% | - |
| HSV(B) | 319.23º | 0.81% | 0.75% | - |
| XYZ | 27.25 | 14.42 | 26.94 | - |
| YUV | 94.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 142 | 0 | 0.81 | 0.26 | 0.25 | 319.23 | 0.68 | 0.45 |
| Hex | C0 | 24 | 8E | 0 | 51 | 1A | 19 | 13F | 44 | 2D |
| Octal | 300 | 44 | 216 | 0 | 121 | 32 | 31 | 477 | 104 | 55 |
| Binary | 11000000 | 100100 | 10001110 | 0 | 1010001 | 11010 | 11001 | 100111111 | 1000100 | 101101 |
Color Harmonies of #C0248E
Complementary color
Monochromatic Colors of #C0248E
Black with #C0248E
Text Example
Text Example
White with #C0248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0248E; }
p { color: rgb(192,36,142); }
H1.HeaderClassName
{
color: #C0248E;
}
.AnyTagClassName
{
color: #C0248E;
}
</style>
background-color css
<style>
a { background-color: #C0248E; }
a { background-color: rgb(192,36,142); }
div.DivClassName
{
background-color: #C0248E;
}
.BgClassName
{
background-color: #C0248E;
}
</style>
border-color css
<style>
span { border-color: #C0248E; }
span { border-color: rgb(192,36,142); }
td.TdClassName
{
border-color: #C0248E;
}
.TagClassName
{
border-color: #C0248E;
}
</style>