#C523A6

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

Shades of Medium Violet Red #C523A6

Tints of Medium Violet Red #C523A6

Color information

#C523A6 (or 0xC523A6) is unknown color: approx 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

RGB19735166-
CMYK00.820.160.23
HSL311.48º69.83%45.49%-
HSV(B)311.48º82.23%77.25%-
XYZ30.5115.8337.52-
YUV98.37166.17198.35-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 35 (14.06% from 255) = 8.79%
BLUE value IS 166 (65.23% from 255) = 41.71%
R=49.50%
G=8.79%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1973516600.820.160.23311.4869.8345.49
HexC523A60521017137462d
Octal305432460122202746710655
Binary11000101100011101001100101001010000101111001101111000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C523A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>