Shades of Medium Red Violet #C0247F
Tints of Medium Red Violet #C0247F
RGB
CMYK
RGB Variations
Color information
#C0247F (or 0xC0247F) is known color: Medium Red Violet. HEX triplet: C0, 24 and 7F. RGB value is (192,36,127). Sum of RGB (Red+Green+Blue) = 192+36+127=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C0247F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0247F is #3FDB80. Grayscale: #5C5C5C. Windows color (decimal): -4184961 or 8332480. OLE color: 8332480.
HSL color Cylindrical-coordinate representation of color #C0247F: hue angle of 325º 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 #C0247F is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 127 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.25 |
| HSL | 325º | 0.68% | 0.45% | - |
| HSV(B) | 325º | 0.81% | 0.75% | - |
| XYZ | 26.2 | 14 | 21.4 | - |
| YUV | 93.02 | 147.18 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 127 | 0 | 0.81 | 0.34 | 0.25 | 325 | 0.68 | 0.45 |
| Hex | C0 | 24 | 7F | 0 | 51 | 22 | 19 | 145 | 44 | 2D |
| Octal | 300 | 44 | 177 | 0 | 121 | 42 | 31 | 505 | 104 | 55 |
| Binary | 11000000 | 100100 | 1111111 | 0 | 1010001 | 100010 | 11001 | 101000101 | 1000100 | 101101 |
Color Harmonies of #C0247F
Complementary color
Monochromatic Colors of #C0247F
Black with #C0247F
Text Example
Text Example
White with #C0247F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0247F; }
p { color: rgb(192,36,127); }
H1.HeaderClassName
{
color: #C0247F;
}
.AnyTagClassName
{
color: #C0247F;
}
</style>
background-color css
<style>
a { background-color: #C0247F; }
a { background-color: rgb(192,36,127); }
div.DivClassName
{
background-color: #C0247F;
}
.BgClassName
{
background-color: #C0247F;
}
</style>
border-color css
<style>
span { border-color: #C0247F; }
span { border-color: rgb(192,36,127); }
td.TdClassName
{
border-color: #C0247F;
}
.TagClassName
{
border-color: #C0247F;
}
</style>