Html Css Color HEX #C429AE Medium Red Violet

📋 copy color: '#C429AE'

red 196 ◦ green 41 ◦ blue 174

#C429AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #C429AE

Tints of Medium Red Violet #C429AE

RGB

 RED value IS 196 (76.95% from 255) = 47.69%

 GREEN value IS 41 (16.41% from 255) = 9.98%

 BLUE value IS 174 (68.36% from 255) = 42.34%

R = 47.69%
G = 9.98%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C429AE (or 0xC429AE) is known color: Medium Red Violet. HEX triplet: C4, 29 and AE. RGB value is (196,41,174). Sum of RGB (Red+Green+Blue) = 196+41+174=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C429AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C429AE is #3BD651. Grayscale: #666666. Windows color (decimal): -3921490 or 11413956. OLE color: 11413956.

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

Color convert

RGB 196 41 174 -
CMYK 0 0.79 0.11 0.23
HSL 308.52º 0.65% 0.46% -
HSV(B) 308.52º 0.79% 0.77% -
XYZ 31.2 16.38 41.56 -
YUV 102.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 196 41 174 0 0.79 0.11 0.23 308.52 0.65 0.46
Hex C4 29 AE 0 4F B 17 135 41 2E
Octal 304 51 256 0 117 13 27 465 101 56
Binary 11000100 101001 10101110 0 1001111 1011 10111 100110101 1000001 101110

Color Harmonies of #C429AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C429AE

Black with #C429AE

Text Example


Text Example

White with #C429AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C429AE; }

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

 H1.HeaderClassName
 {
   color: #C429AE;
 }
 .AnyTagClassName
 {
   color: #C429AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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