#C42C82

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

Shades of Medium Red Violet #C42C82

Tints of Medium Red Violet #C42C82

Color information

#C42C82 (or 0xC42C82) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2C and 82. RGB value is (196,44,130). Sum of RGB (Red+Green+Blue) = 196+44+130=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42C82 is #3BD37D. Grayscale: #636363. Windows color (decimal): -3920766 or 8531140. OLE color: 8531140.

HSL color Cylindrical-coordinate representation of color #C42C82: hue angle of 326.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C82 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19644130-
CMYK00.780.340.23
HSL326.05º63.33%47.06%-
HSV(B)326.05º77.55%76.86%-
XYZ27.6915.1522.58-
YUV99.25145.36197.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.97%
GREEN value IS 44 (17.58% from 255) = 11.89%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=52.97%
G=11.89%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964413000.780.340.23326.0563.3347.06
HexC42C8204E22171463f2f
Octal30454202011642275067757
Binary11000100101100100000100100111010001010111101000110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42C82; }

 p { color: rgb(196,44,130); }

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

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

 a { background-color: rgb(196,44,130); }

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

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

 span { border-color: rgb(196,44,130); }

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