#C02380

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

Shades of Medium Violet Red #C02380

Tints of Medium Violet Red #C02380

Color information

#C02380 (or 0xC02380) is unknown color: approx Medium Violet Red. HEX triplet: C0, 23 and 80. RGB value is (192,35,128). Sum of RGB (Red+Green+Blue) = 192+35+128=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 35 (14.06% from 255 or 9.86% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C02380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02380 is #3FDC7F. Grayscale: #5C5C5C. Windows color (decimal): -4185216 or 8397760. OLE color: 8397760.

HSL color Cylindrical-coordinate representation of color #C02380: hue angle of 324.46º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02380 is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19235128-
CMYK00.820.330.25
HSL324.46º69.16%44.51%-
HSV(B)324.46º81.77%75.29%-
XYZ26.2413.9721.74-
YUV92.54148.01198.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 35 (14.06% from 255) = 9.86%
BLUE value IS 128 (50.39% from 255) = 36.06%
R=54.08%
G=9.86%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923512800.820.330.25324.4669.1644.51
HexC023800522119144452d
Octal300432000122413150410555
Binary110000001000111000000001010010100001110011010001001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02380; }

 p { color: rgb(192,35,128); }

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

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

 a { background-color: rgb(192,35,128); }

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

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

 span { border-color: rgb(192,35,128); }

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