Html Css Color HEX #C523A3 Medium Violet Red

📋 copy color: '#C523A3'

red 197 ◦ green 35 ◦ blue 163

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

Shades of Medium Violet Red #C523A3

Tints of Medium Violet Red #C523A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.27%

R = 49.87%
G = 8.86%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C523A3 (or 0xC523A3) is known color: Medium Violet Red. HEX triplet: C5, 23 and A3. RGB value is (197,35,163). Sum of RGB (Red+Green+Blue) = 197+35+163=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C523A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C523A3 is #3ADC5C. Grayscale: #616161. Windows color (decimal): -3857501 or 10691525. OLE color: 10691525.

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

Color convert

RGB 197 35 163 -
CMYK 0 0.82 0.17 0.23
HSL 312.59º 0.7% 0.45% -
HSV(B) 312.59º 0.82% 0.77% -
XYZ 30.24 15.72 36.09 -
YUV 98.03 164.67 198.59 -
System Red Green Blue C M Y K H S L
Decimal 197 35 163 0 0.82 0.17 0.23 312.59 0.7 0.45
Hex C5 23 A3 0 52 11 17 139 46 2D
Octal 305 43 243 0 122 21 27 471 106 55
Binary 11000101 100011 10100011 0 1010010 10001 10111 100111001 1000110 101101

Color Harmonies of #C523A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C523A3

Black with #C523A3

Text Example


Text Example

White with #C523A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C523A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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