Html Css Color HEX #C534AA Medium Red Violet

📋 copy color: '#C534AA'

red 197 ◦ green 52 ◦ blue 170

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

Shades of Medium Red Violet #C534AA

Tints of Medium Red Violet #C534AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.41%

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 47.02%
G = 12.41%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C534AA (or 0xC534AA) is known color: Medium Red Violet. HEX triplet: C5, 34 and AA. RGB value is (197,52,170). Sum of RGB (Red+Green+Blue) = 197+52+170=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 52 (20.70% from 255 or 12.41% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C534AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534AA is #3ACB55. Grayscale: #6C6C6C. Windows color (decimal): -3853142 or 11154629. OLE color: 11154629.

HSL color Cylindrical-coordinate representation of color #C534AA: hue angle of 311.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534AA is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 170 -
CMYK 0 0.74 0.14 0.23
HSL 311.17º 0.58% 0.49% -
HSV(B) 311.17º 0.74% 0.77% -
XYZ 31.51 17.23 39.69 -
YUV 108.81 162.54 190.91 -
System Red Green Blue C M Y K H S L
Decimal 197 52 170 0 0.74 0.14 0.23 311.17 0.58 0.49
Hex C5 34 AA 0 4A E 17 137 3A 31
Octal 305 64 252 0 112 16 27 467 72 61
Binary 11000101 110100 10101010 0 1001010 1110 10111 100110111 111010 110001

Color Harmonies of #C534AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534AA

Black with #C534AA

Text Example


Text Example

White with #C534AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534AA; }

 p { color: rgb(197,52,170); }

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

background-color css

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

 a { background-color: rgb(197,52,170); }

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

border-color css

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

 span { border-color: rgb(197,52,170); }

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