Shades of Medium Red Violet #C02675
Tints of Medium Red Violet #C02675
RGB
CMYK
RGB Variations
Color information
#C02675 (or 0xC02675) is known color: Medium Red Violet. HEX triplet: C0, 26 and 75. RGB value is (192,38,117). Sum of RGB (Red+Green+Blue) = 192+38+117=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C02675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02675 is #3FD98A. Grayscale: #5C5C5C. Windows color (decimal): -4184459 or 7677632. OLE color: 7677632.
HSL color Cylindrical-coordinate representation of color #C02675: hue angle of 329.22º 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 #C02675 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 117 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.25 |
| HSL | 329.22º | 0.67% | 0.45% | - |
| HSV(B) | 329.22º | 0.8% | 0.75% | - |
| XYZ | 25.64 | 13.88 | 18.16 | - |
| YUV | 93.05 | 141.52 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 117 | 0 | 0.80 | 0.39 | 0.25 | 329.22 | 0.67 | 0.45 |
| Hex | C0 | 26 | 75 | 0 | 50 | 27 | 19 | 149 | 43 | 2D |
| Octal | 300 | 46 | 165 | 0 | 120 | 47 | 31 | 511 | 103 | 55 |
| Binary | 11000000 | 100110 | 1110101 | 0 | 1010000 | 100111 | 11001 | 101001001 | 1000011 | 101101 |
Color Harmonies of #C02675
Complementary color
Monochromatic Colors of #C02675
Black with #C02675
Text Example
Text Example
White with #C02675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02675; }
p { color: rgb(192,38,117); }
H1.HeaderClassName
{
color: #C02675;
}
.AnyTagClassName
{
color: #C02675;
}
</style>
background-color css
<style>
a { background-color: #C02675; }
a { background-color: rgb(192,38,117); }
div.DivClassName
{
background-color: #C02675;
}
.BgClassName
{
background-color: #C02675;
}
</style>
border-color css
<style>
span { border-color: #C02675; }
span { border-color: rgb(192,38,117); }
td.TdClassName
{
border-color: #C02675;
}
.TagClassName
{
border-color: #C02675;
}
</style>