Shades of Medium Red Violet #C02692
Tints of Medium Red Violet #C02692
RGB
CMYK
RGB Variations
Color information
#C02692 (or 0xC02692) is known color: Medium Red Violet. HEX triplet: C0, 26 and 92. RGB value is (192,38,146). Sum of RGB (Red+Green+Blue) = 192+38+146=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C02692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02692 is #3FD96D. Grayscale: #606060. Windows color (decimal): -4184430 or 9578176. OLE color: 9578176.
HSL color Cylindrical-coordinate representation of color #C02692: hue angle of 317.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02692 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 146 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.25 |
| HSL | 317.92º | 0.67% | 0.45% | - |
| HSV(B) | 317.92º | 0.8% | 0.75% | - |
| XYZ | 27.62 | 14.67 | 28.57 | - |
| YUV | 96.36 | 156.02 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 146 | 0 | 0.80 | 0.24 | 0.25 | 317.92 | 0.67 | 0.45 |
| Hex | C0 | 26 | 92 | 0 | 50 | 18 | 19 | 13E | 43 | 2D |
| Octal | 300 | 46 | 222 | 0 | 120 | 30 | 31 | 476 | 103 | 55 |
| Binary | 11000000 | 100110 | 10010010 | 0 | 1010000 | 11000 | 11001 | 100111110 | 1000011 | 101101 |
Color Harmonies of #C02692
Complementary color
Monochromatic Colors of #C02692
Black with #C02692
Text Example
Text Example
White with #C02692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02692; }
p { color: rgb(192,38,146); }
H1.HeaderClassName
{
color: #C02692;
}
.AnyTagClassName
{
color: #C02692;
}
</style>
background-color css
<style>
a { background-color: #C02692; }
a { background-color: rgb(192,38,146); }
div.DivClassName
{
background-color: #C02692;
}
.BgClassName
{
background-color: #C02692;
}
</style>
border-color css
<style>
span { border-color: #C02692; }
span { border-color: rgb(192,38,146); }
td.TdClassName
{
border-color: #C02692;
}
.TagClassName
{
border-color: #C02692;
}
</style>