Shades of Medium Red Violet #C0307C
Tints of Medium Red Violet #C0307C
RGB
CMYK
RGB Variations
Color information
#C0307C (or 0xC0307C) is known color: Medium Red Violet. HEX triplet: C0, 30 and 7C. RGB value is (192,48,124). Sum of RGB (Red+Green+Blue) = 192+48+124=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C0307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0307C is #3FCF83. Grayscale: #636363. Windows color (decimal): -4181892 or 8138944. OLE color: 8138944.
HSL color Cylindrical-coordinate representation of color #C0307C: hue angle of 328.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0307C is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 124 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.25 |
| HSL | 328.33º | 0.6% | 0.47% | - |
| HSV(B) | 328.33º | 0.75% | 0.75% | - |
| XYZ | 26.43 | 14.78 | 20.53 | - |
| YUV | 99.72 | 141.71 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 124 | 0 | 0.75 | 0.35 | 0.25 | 328.33 | 0.6 | 0.47 |
| Hex | C0 | 30 | 7C | 0 | 4B | 23 | 19 | 148 | 3C | 2F |
| Octal | 300 | 60 | 174 | 0 | 113 | 43 | 31 | 510 | 74 | 57 |
| Binary | 11000000 | 110000 | 1111100 | 0 | 1001011 | 100011 | 11001 | 101001000 | 111100 | 101111 |
Color Harmonies of #C0307C
Complementary color
Monochromatic Colors of #C0307C
Black with #C0307C
Text Example
Text Example
White with #C0307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0307C; }
p { color: rgb(192,48,124); }
H1.HeaderClassName
{
color: #C0307C;
}
.AnyTagClassName
{
color: #C0307C;
}
</style>
background-color css
<style>
a { background-color: #C0307C; }
a { background-color: rgb(192,48,124); }
div.DivClassName
{
background-color: #C0307C;
}
.BgClassName
{
background-color: #C0307C;
}
</style>
border-color css
<style>
span { border-color: #C0307C; }
span { border-color: rgb(192,48,124); }
td.TdClassName
{
border-color: #C0307C;
}
.TagClassName
{
border-color: #C0307C;
}
</style>