Shades of Medium Violet Red #C02168
Tints of Medium Violet Red #C02168
RGB
CMYK
RGB Variations
Color information
#C02168 (or 0xC02168) is known color: Medium Violet Red. HEX triplet: C0, 21 and 68. RGB value is (192,33,104). Sum of RGB (Red+Green+Blue) = 192+33+104=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02168 is #3FDE97. Grayscale: #585858. Windows color (decimal): -4185752 or 6824384. OLE color: 6824384.
HSL color Cylindrical-coordinate representation of color #C02168: hue angle of 333.21º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02168 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 33 | 104 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.25 |
| HSL | 333.21º | 0.71% | 0.44% | - |
| HSV(B) | 333.21º | 0.83% | 0.75% | - |
| XYZ | 24.78 | 13.29 | 14.36 | - |
| YUV | 88.64 | 136.68 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 33 | 104 | 0 | 0.83 | 0.46 | 0.25 | 333.21 | 0.71 | 0.44 |
| Hex | C0 | 21 | 68 | 0 | 53 | 2E | 19 | 14D | 47 | 2C |
| Octal | 300 | 41 | 150 | 0 | 123 | 56 | 31 | 515 | 107 | 54 |
| Binary | 11000000 | 100001 | 1101000 | 0 | 1010011 | 101110 | 11001 | 101001101 | 1000111 | 101100 |
Color Harmonies of #C02168
Complementary color
Monochromatic Colors of #C02168
Black with #C02168
Text Example
Text Example
White with #C02168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02168; }
p { color: rgb(192,33,104); }
H1.HeaderClassName
{
color: #C02168;
}
.AnyTagClassName
{
color: #C02168;
}
</style>
background-color css
<style>
a { background-color: #C02168; }
a { background-color: rgb(192,33,104); }
div.DivClassName
{
background-color: #C02168;
}
.BgClassName
{
background-color: #C02168;
}
</style>
border-color css
<style>
span { border-color: #C02168; }
span { border-color: rgb(192,33,104); }
td.TdClassName
{
border-color: #C02168;
}
.TagClassName
{
border-color: #C02168;
}
</style>