Shades of Medium Red Violet #C0407E
Tints of Medium Red Violet #C0407E
RGB
CMYK
RGB Variations
Color information
#C0407E (or 0xC0407E) is known color: Medium Red Violet. HEX triplet: C0, 40 and 7E. RGB value is (192,64,126). Sum of RGB (Red+Green+Blue) = 192+64+126=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C0407E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0407E is #3FBF81. Grayscale: #6D6D6D. Windows color (decimal): -4177794 or 8274112. OLE color: 8274112.
HSL color Cylindrical-coordinate representation of color #C0407E: hue angle of 330.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C0407E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 126 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.25 |
| HSL | 330.94º | 0.5% | 0.5% | - |
| HSV(B) | 330.94º | 0.67% | 0.75% | - |
| XYZ | 27.34 | 16.38 | 21.46 | - |
| YUV | 109.34 | 137.41 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 126 | 0 | 0.67 | 0.34 | 0.25 | 330.94 | 0.5 | 0.5 |
| Hex | C0 | 40 | 7E | 0 | 43 | 22 | 19 | 14B | 32 | 32 |
| Octal | 300 | 100 | 176 | 0 | 103 | 42 | 31 | 513 | 62 | 62 |
| Binary | 11000000 | 1000000 | 1111110 | 0 | 1000011 | 100010 | 11001 | 101001011 | 110010 | 110010 |
Color Harmonies of #C0407E
Complementary color
Monochromatic Colors of #C0407E
Black with #C0407E
Text Example
Text Example
White with #C0407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0407E; }
p { color: rgb(192,64,126); }
H1.HeaderClassName
{
color: #C0407E;
}
.AnyTagClassName
{
color: #C0407E;
}
</style>
background-color css
<style>
a { background-color: #C0407E; }
a { background-color: rgb(192,64,126); }
div.DivClassName
{
background-color: #C0407E;
}
.BgClassName
{
background-color: #C0407E;
}
</style>
border-color css
<style>
span { border-color: #C0407E; }
span { border-color: rgb(192,64,126); }
td.TdClassName
{
border-color: #C0407E;
}
.TagClassName
{
border-color: #C0407E;
}
</style>