#C42C79

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

Shades of Medium Red Violet #C42C79

Tints of Medium Red Violet #C42C79

Color information

#C42C79 (or 0xC42C79) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2C and 79. RGB value is (196,44,121). Sum of RGB (Red+Green+Blue) = 196+44+121=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 44 (17.58% from 255 or 12.19% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C79 is #3BD386. Grayscale: #626262. Windows color (decimal): -3920775 or 7941316. OLE color: 7941316.

HSL color Cylindrical-coordinate representation of color #C42C79: hue angle of 329.61º 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 #C42C79 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB19644121-
CMYK00.780.380.23
HSL329.61º63.33%47.06%-
HSV(B)329.61º77.55%76.86%-
XYZ27.1214.9219.54-
YUV98.23140.86197.74-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.29%
GREEN value IS 44 (17.58% from 255) = 12.19%
BLUE value IS 121 (47.66% from 255) = 33.52%
R=54.29%
G=12.19%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964412100.780.380.23329.6163.3347.06
HexC42C7904E261714a3f2f
Octal30454171011646275127757
Binary1100010010110011110010100111010011010111101001010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42C79; }

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

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

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

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

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

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

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

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