Shades of Medium Red Violet #C02688
Tints of Medium Red Violet #C02688
RGB
CMYK
RGB Variations
Color information
#C02688 (or 0xC02688) is known color: Medium Red Violet. HEX triplet: C0, 26 and 88. RGB value is (192,38,136). Sum of RGB (Red+Green+Blue) = 192+38+136=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 38 (15.23% from 255 or 10.38% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C02688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02688 is #3FD977. Grayscale: #5E5E5E. Windows color (decimal): -4184440 or 8922816. OLE color: 8922816.
HSL color Cylindrical-coordinate representation of color #C02688: hue angle of 321.82º 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 #C02688 is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 136 | - |
| CMYK | 0 | 0.80 | 0.29 | 0.25 |
| HSL | 321.82º | 0.67% | 0.45% | - |
| HSV(B) | 321.82º | 0.8% | 0.75% | - |
| XYZ | 26.88 | 14.37 | 24.65 | - |
| YUV | 95.22 | 151.02 | 197.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 136 | 0 | 0.80 | 0.29 | 0.25 | 321.82 | 0.67 | 0.45 |
| Hex | C0 | 26 | 88 | 0 | 50 | 1D | 19 | 142 | 43 | 2D |
| Octal | 300 | 46 | 210 | 0 | 120 | 35 | 31 | 502 | 103 | 55 |
| Binary | 11000000 | 100110 | 10001000 | 0 | 1010000 | 11101 | 11001 | 101000010 | 1000011 | 101101 |
Color Harmonies of #C02688
Complementary color
Monochromatic Colors of #C02688
Black with #C02688
Text Example
Text Example
White with #C02688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02688; }
p { color: rgb(192,38,136); }
H1.HeaderClassName
{
color: #C02688;
}
.AnyTagClassName
{
color: #C02688;
}
</style>
background-color css
<style>
a { background-color: #C02688; }
a { background-color: rgb(192,38,136); }
div.DivClassName
{
background-color: #C02688;
}
.BgClassName
{
background-color: #C02688;
}
</style>
border-color css
<style>
span { border-color: #C02688; }
span { border-color: rgb(192,38,136); }
td.TdClassName
{
border-color: #C02688;
}
.TagClassName
{
border-color: #C02688;
}
</style>