Shades of Medium Red Violet #C02684
Tints of Medium Red Violet #C02684
RGB
CMYK
RGB Variations
Color information
#C02684 (or 0xC02684) is known color: Medium Red Violet. HEX triplet: C0, 26 and 84. RGB value is (192,38,132). Sum of RGB (Red+Green+Blue) = 192+38+132=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C02684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02684 is #3FD97B. Grayscale: #5E5E5E. Windows color (decimal): -4184444 or 8660672. OLE color: 8660672.
HSL color Cylindrical-coordinate representation of color #C02684: hue angle of 323.38º 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 #C02684 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 132 | - |
| CMYK | 0 | 0.80 | 0.31 | 0.25 |
| HSL | 323.38º | 0.67% | 0.45% | - |
| HSV(B) | 323.38º | 0.8% | 0.75% | - |
| XYZ | 26.6 | 14.26 | 23.18 | - |
| YUV | 94.76 | 149.02 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 132 | 0 | 0.80 | 0.31 | 0.25 | 323.38 | 0.67 | 0.45 |
| Hex | C0 | 26 | 84 | 0 | 50 | 1F | 19 | 143 | 43 | 2D |
| Octal | 300 | 46 | 204 | 0 | 120 | 37 | 31 | 503 | 103 | 55 |
| Binary | 11000000 | 100110 | 10000100 | 0 | 1010000 | 11111 | 11001 | 101000011 | 1000011 | 101101 |
Color Harmonies of #C02684
Complementary color
Monochromatic Colors of #C02684
Black with #C02684
Text Example
Text Example
White with #C02684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02684; }
p { color: rgb(192,38,132); }
H1.HeaderClassName
{
color: #C02684;
}
.AnyTagClassName
{
color: #C02684;
}
</style>
background-color css
<style>
a { background-color: #C02684; }
a { background-color: rgb(192,38,132); }
div.DivClassName
{
background-color: #C02684;
}
.BgClassName
{
background-color: #C02684;
}
</style>
border-color css
<style>
span { border-color: #C02684; }
span { border-color: rgb(192,38,132); }
td.TdClassName
{
border-color: #C02684;
}
.TagClassName
{
border-color: #C02684;
}
</style>