#C42380

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

Shades of Medium Violet Red #C42380

Tints of Medium Violet Red #C42380

Color information

#C42380 (or 0xC42380) is unknown color: approx Medium Violet Red. HEX triplet: C4, 23 and 80. RGB value is (196,35,128). Sum of RGB (Red+Green+Blue) = 196+35+128=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 35 (14.06% from 255 or 9.75% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C42380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42380 is #3BDC7F. Grayscale: #5D5D5D. Windows color (decimal): -3923072 or 8397764. OLE color: 8397764.

HSL color Cylindrical-coordinate representation of color #C42380: hue angle of 325.34º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42380 is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB19635128-
CMYK00.820.350.23
HSL325.34º69.7%45.29%-
HSV(B)325.34º82.14%76.86%-
XYZ27.2614.521.78-
YUV93.74147.34200.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.60%
GREEN value IS 35 (14.06% from 255) = 9.75%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=54.60%
G=9.75%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963512800.820.350.23325.3469.745.29
HexC423800522317145462d
Octal304432000122432750510655
Binary110001001000111000000001010010100011101111010001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42380; }

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

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

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

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

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

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

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

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