#C429A2

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

Shades of Medium Red Violet #C429A2

Tints of Medium Red Violet #C429A2

Color information

#C429A2 (or 0xC429A2) is unknown color: approx Medium Red Violet. HEX triplet: C4, 29 and A2. RGB value is (196,41,162). Sum of RGB (Red+Green+Blue) = 196+41+162=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C429A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429A2 is #3BD65D. Grayscale: #646464. Windows color (decimal): -3921502 or 10627524. OLE color: 10627524.

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

Color convert

RGB19641162-
CMYK00.790.170.23
HSL313.16º65.4%46.47%-
HSV(B)313.16º79.08%76.86%-
XYZ30.0815.9335.67-
YUV101.14162.35195.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 41 (16.41% from 255) = 10.28%
BLUE value IS 162 (63.67% from 255) = 40.60%
R=49.12%
G=10.28%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964116200.790.170.23313.1665.446.47
HexC429A204F1117139412e
Octal304512420117212747110156
Binary11000100101001101000100100111110001101111001110011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C429A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C429A2; }

 p { color: rgb(196,41,162); }

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

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

 a { background-color: rgb(196,41,162); }

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

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

 span { border-color: rgb(196,41,162); }

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