Html Css Color HEX #C523AE Medium Violet Red

📋 copy color: '#C523AE'

red 197 ◦ green 35 ◦ blue 174

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

Shades of Medium Violet Red #C523AE

Tints of Medium Violet Red #C523AE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.62%

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

R = 48.52%
G = 8.62%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C523AE (or 0xC523AE) is known color: Medium Violet Red. HEX triplet: C5, 23 and AE. RGB value is (197,35,174). Sum of RGB (Red+Green+Blue) = 197+35+174=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 35 (14.06% from 255 or 8.62% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C523AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523AE is #3ADC51. Grayscale: #626262. Windows color (decimal): -3857490 or 11412421. OLE color: 11412421.

HSL color Cylindrical-coordinate representation of color #C523AE: hue angle of 308.52º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C523AE is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 35 174 -
CMYK 0 0.82 0.12 0.23
HSL 308.52º 0.7% 0.45% -
HSV(B) 308.52º 0.82% 0.77% -
XYZ 31.27 16.13 41.51 -
YUV 99.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 197 35 174 0 0.82 0.12 0.23 308.52 0.7 0.45
Hex C5 23 AE 0 52 C 17 135 46 2D
Octal 305 43 256 0 122 14 27 465 106 55
Binary 11000101 100011 10101110 0 1010010 1100 10111 100110101 1000110 101101

Color Harmonies of #C523AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523AE

Black with #C523AE

Text Example


Text Example

White with #C523AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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