Html Css Color HEX #C529AE Medium Red Violet

📋 copy color: '#C529AE'

red 197 ◦ green 41 ◦ blue 174

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

Shades of Medium Red Violet #C529AE

Tints of Medium Red Violet #C529AE

RGB

 RED value IS 197 (77.34% from 255) = 47.82%

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

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

R = 47.82%
G = 9.95%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C529AE (or 0xC529AE) is known color: Medium Red Violet. HEX triplet: C5, 29 and AE. RGB value is (197,41,174). Sum of RGB (Red+Green+Blue) = 197+41+174=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C529AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C529AE is #3AD651. Grayscale: #666666. Windows color (decimal): -3855954 or 11413957. OLE color: 11413957.

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

Color convert

RGB 197 41 174 -
CMYK 0 0.79 0.12 0.23
HSL 308.85º 0.66% 0.47% -
HSV(B) 308.85º 0.79% 0.77% -
XYZ 31.46 16.51 41.57 -
YUV 102.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 197 41 174 0 0.79 0.12 0.23 308.85 0.66 0.47
Hex C5 29 AE 0 4F C 17 135 42 2F
Octal 305 51 256 0 117 14 27 465 102 57
Binary 11000101 101001 10101110 0 1001111 1100 10111 100110101 1000010 101111

Color Harmonies of #C529AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C529AE

Black with #C529AE

Text Example


Text Example

White with #C529AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C529AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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