Shades of Medium Violet Red #C01E6B
Tints of Medium Violet Red #C01E6B
RGB
CMYK
RGB Variations
Color information
#C01E6B (or 0xC01E6B) is known color: Medium Violet Red. HEX triplet: C0, 1E and 6B. RGB value is (192,30,107). Sum of RGB (Red+Green+Blue) = 192+30+107=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 30 (12.11% from 255 or 9.12% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01E6B is #3FE194. Grayscale: #575757. Windows color (decimal): -4186517 or 7020224. OLE color: 7020224.
HSL color Cylindrical-coordinate representation of color #C01E6B: hue angle of 331.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01E6B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 30 | 107 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.25 |
| HSL | 331.48º | 0.73% | 0.44% | - |
| HSV(B) | 331.48º | 0.84% | 0.75% | - |
| XYZ | 24.86 | 13.2 | 15.15 | - |
| YUV | 87.22 | 139.17 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 30 | 107 | 0 | 0.84 | 0.44 | 0.25 | 331.48 | 0.73 | 0.44 |
| Hex | C0 | 1E | 6B | 0 | 54 | 2C | 19 | 14B | 49 | 2C |
| Octal | 300 | 36 | 153 | 0 | 124 | 54 | 31 | 513 | 111 | 54 |
| Binary | 11000000 | 11110 | 1101011 | 0 | 1010100 | 101100 | 11001 | 101001011 | 1001001 | 101100 |
Color Harmonies of #C01E6B
Complementary color
Monochromatic Colors of #C01E6B
Black with #C01E6B
Text Example
Text Example
White with #C01E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01E6B; }
p { color: rgb(192,30,107); }
H1.HeaderClassName
{
color: #C01E6B;
}
.AnyTagClassName
{
color: #C01E6B;
}
</style>
background-color css
<style>
a { background-color: #C01E6B; }
a { background-color: rgb(192,30,107); }
div.DivClassName
{
background-color: #C01E6B;
}
.BgClassName
{
background-color: #C01E6B;
}
</style>
border-color css
<style>
span { border-color: #C01E6B; }
span { border-color: rgb(192,30,107); }
td.TdClassName
{
border-color: #C01E6B;
}
.TagClassName
{
border-color: #C01E6B;
}
</style>