#C42680

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

Shades of Medium Red Violet #C42680

Tints of Medium Red Violet #C42680

Color information

#C42680 (or 0xC42680) is unknown color: approx Medium Red Violet. HEX triplet: C4, 26 and 80. RGB value is (196,38,128). Sum of RGB (Red+Green+Blue) = 196+38+128=362 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.14% from 362); Green value is 38 (15.23% from 255 or 10.50% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 196 - color contains mainly: red. Hex color #C42680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42680 is #3BD97F. Grayscale: #5F5F5F. Windows color (decimal): -3922304 or 8398532. OLE color: 8398532.

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

Color convert

RGB19638128-
CMYK00.810.350.23
HSL325.82º67.52%45.88%-
HSV(B)325.82º80.61%76.86%-
XYZ27.3514.6821.81-
YUV95.5146.35199.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.14%
GREEN value IS 38 (15.23% from 255) = 10.50%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=54.14%
G=10.50%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963812800.810.350.23325.8267.5245.88
HexC426800512317146442e
Octal304462000121432750610456
Binary110001001001101000000001010001100011101111010001101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42680; }

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

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

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

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

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

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

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

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