#C42D8C

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

Shades of Medium Red Violet #C42D8C

Tints of Medium Red Violet #C42D8C

Color information

#C42D8C (or 0xC42D8C) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2D and 8C. RGB value is (196,45,140). Sum of RGB (Red+Green+Blue) = 196+45+140=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42D8C is #3BD273. Grayscale: #646464. Windows color (decimal): -3920500 or 9186756. OLE color: 9186756.

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

Color convert

RGB19645140-
CMYK00.770.290.23
HSL322.25º62.66%47.25%-
HSV(B)322.25º77.04%76.86%-
XYZ28.4415.5126.31-
YUV100.98150.03195.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.44%
GREEN value IS 45 (17.97% from 255) = 11.81%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=51.44%
G=11.81%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964514000.770.290.23322.2562.6647.25
HexC42D8C04D1D171423f2f
Octal30455214011535275027757
Binary1100010010110110001100010011011110110111101000010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D8C; }

 p { color: rgb(196,45,140); }

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

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

 a { background-color: rgb(196,45,140); }

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

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

 span { border-color: rgb(196,45,140); }

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