Html Css Color HEX #C524A4 Medium Violet Red

📋 copy color: '#C524A4'

red 197 ◦ green 36 ◦ blue 164

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

Shades of Medium Violet Red #C524A4

Tints of Medium Violet Red #C524A4

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.07%

 BLUE value IS 164 (64.45% from 255) = 41.31%

R = 49.62%
G = 9.07%
B = 41.31%

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

#C524A4 (or 0xC524A4) is known color: Medium Violet Red. HEX triplet: C5, 24 and A4. RGB value is (197,36,164). Sum of RGB (Red+Green+Blue) = 197+36+164=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A4 is #3ADB5B. Grayscale: #626262. Windows color (decimal): -3857244 or 10757317. OLE color: 10757317.

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

Color convert

RGB 197 36 164 -
CMYK 0 0.82 0.17 0.23
HSL 312.3º 0.69% 0.46% -
HSV(B) 312.3º 0.82% 0.77% -
XYZ 30.36 15.81 36.57 -
YUV 98.73 164.84 198.09 -
System Red Green Blue C M Y K H S L
Decimal 197 36 164 0 0.82 0.17 0.23 312.3 0.69 0.46
Hex C5 24 A4 0 52 11 17 138 45 2E
Octal 305 44 244 0 122 21 27 470 105 56
Binary 11000101 100100 10100100 0 1010010 10001 10111 100111000 1000101 101110

Color Harmonies of #C524A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524A4

Black with #C524A4

Text Example


Text Example

White with #C524A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524A4; }

 p { color: rgb(197,36,164); }

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

background-color css

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

 a { background-color: rgb(197,36,164); }

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

border-color css

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

 span { border-color: rgb(197,36,164); }

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