Shades of Medium Red Violet #C0246A
Tints of Medium Red Violet #C0246A
RGB
CMYK
RGB Variations
Color information
#C0246A (or 0xC0246A) is known color: Medium Red Violet. HEX triplet: C0, 24 and 6A. RGB value is (192,36,106). Sum of RGB (Red+Green+Blue) = 192+36+106=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0246A is #3FDB95. Grayscale: #5A5A5A. Windows color (decimal): -4184982 or 6956224. OLE color: 6956224.
HSL color Cylindrical-coordinate representation of color #C0246A: hue angle of 333.08º 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 #C0246A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 106 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.25 |
| HSL | 333.08º | 0.68% | 0.45% | - |
| HSV(B) | 333.08º | 0.81% | 0.75% | - |
| XYZ | 24.97 | 13.51 | 14.93 | - |
| YUV | 90.62 | 136.68 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 106 | 0 | 0.81 | 0.45 | 0.25 | 333.08 | 0.68 | 0.45 |
| Hex | C0 | 24 | 6A | 0 | 51 | 2D | 19 | 14D | 44 | 2D |
| Octal | 300 | 44 | 152 | 0 | 121 | 55 | 31 | 515 | 104 | 55 |
| Binary | 11000000 | 100100 | 1101010 | 0 | 1010001 | 101101 | 11001 | 101001101 | 1000100 | 101101 |
Color Harmonies of #C0246A
Complementary color
Monochromatic Colors of #C0246A
Black with #C0246A
Text Example
Text Example
White with #C0246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0246A; }
p { color: rgb(192,36,106); }
H1.HeaderClassName
{
color: #C0246A;
}
.AnyTagClassName
{
color: #C0246A;
}
</style>
background-color css
<style>
a { background-color: #C0246A; }
a { background-color: rgb(192,36,106); }
div.DivClassName
{
background-color: #C0246A;
}
.BgClassName
{
background-color: #C0246A;
}
</style>
border-color css
<style>
span { border-color: #C0246A; }
span { border-color: rgb(192,36,106); }
td.TdClassName
{
border-color: #C0246A;
}
.TagClassName
{
border-color: #C0246A;
}
</style>