#C02190

Color #C02190 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C02190

Tints of Medium Violet Red #C02190

Color information

#C02190 (or 0xC02190) is unknown color: approx Medium Violet Red. HEX triplet: C0, 21 and 90. RGB value is (192,33,144). Sum of RGB (Red+Green+Blue) = 192+33+144=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C02190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02190 is #3FDE6F. Grayscale: #5C5C5C. Windows color (decimal): -4185712 or 9445824. OLE color: 9445824.

HSL color Cylindrical-coordinate representation of color #C02190: hue angle of 318.11º 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 #C02190 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19233144-
CMYK00.830.250.25
HSL318.11º70.67%44.12%-
HSV(B)318.11º82.81%75.29%-
XYZ27.3214.3127.71-
YUV93.2156.68198.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 33 (13.28% from 255) = 8.94%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=52.03%
G=8.94%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923314400.830.250.25318.1170.6744.12
HexC02190053191913e472c
Octal300412200123313147610754
Binary11000000100001100100000101001111001110011001111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02190; }

 p { color: rgb(192,33,144); }

 H1.HeaderClassName
 {
   color: #C02190;
 }
 .AnyTagClassName
 {
   color: #C02190;
 }
</style>
background-color css

<style>
 a { background-color: #C02190; }

 a { background-color: rgb(192,33,144); }

 div.DivClassName
 {
   background-color: #C02190;
 }
 .BgClassName
 {
   background-color: #C02190;
 }
</style>
border-color css

<style>
 span { border-color: #C02190; }

 span { border-color: rgb(192,33,144); }

 td.TdClassName
 {
   border-color: #C02190;
 }
 .TagClassName
 {
   border-color: #C02190;
 }
</style>