#c42a7a

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

Shades of Medium Red Violet #C42A7A

Tints of Medium Red Violet #C42A7A

Color information

#C42A7A (or 0xC42A7A) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2A and 7A. RGB value is (196,42,122). Sum of RGB (Red+Green+Blue) = 196+42+122=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A7A is #3BD585. Grayscale: #616161. Windows color (decimal): -3921286 or 8006340. OLE color: 8006340.

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

Color convert

RGB19642122-
CMYK00.790.380.23
HSL328.83º64.71%46.67%-
HSV(B)328.83º78.57%76.86%-
XYZ27.1114.819.84-
YUV97.17142.02198.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 54.44%
GREEN value IS 42 (16.80% from 255) = 11.67%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=54.44%
G=11.67%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964212200.790.380.23328.8364.7146.67
HexC42A7A04F2617149412f
Octal304521720117462751110157
Binary11000100101010111101001001111100110101111010010011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42a7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42a7a; }

 p { color: rgb(196,42,122); }

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

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

 a { background-color: rgb(196,42,122); }

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

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

 span { border-color: rgb(196,42,122); }

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