Html Css Color HEX #C523A6 Medium Violet Red

📋 copy color: '#C523A6'

red 197 ◦ green 35 ◦ blue 166

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

Shades of Medium Violet Red #C523A6

Tints of Medium Violet Red #C523A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.71%

R = 49.5%
G = 8.79%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C523A6 (or 0xC523A6) is known color: Medium Violet Red. HEX triplet: C5, 23 and A6. RGB value is (197,35,166). Sum of RGB (Red+Green+Blue) = 197+35+166=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 166 (65.23% from 255 or 41.71% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C523A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523A6 is #3ADC59. Grayscale: #626262. Windows color (decimal): -3857498 or 10888133. OLE color: 10888133.

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

Color convert

RGB 197 35 166 -
CMYK 0 0.82 0.16 0.23
HSL 311.48º 0.7% 0.45% -
HSV(B) 311.48º 0.82% 0.77% -
XYZ 30.51 15.83 37.52 -
YUV 98.37 166.17 198.35 -
System Red Green Blue C M Y K H S L
Decimal 197 35 166 0 0.82 0.16 0.23 311.48 0.7 0.45
Hex C5 23 A6 0 52 10 17 137 46 2D
Octal 305 43 246 0 122 20 27 467 106 55
Binary 11000101 100011 10100110 0 1010010 10000 10111 100110111 1000110 101101

Color Harmonies of #C523A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523A6

Black with #C523A6

Text Example


Text Example

White with #C523A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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