Html Css Color HEX #C534A9 Medium Red Violet

📋 copy color: '#C534A9'

red 197 ◦ green 52 ◦ blue 169

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

Shades of Medium Red Violet #C534A9

Tints of Medium Red Violet #C534A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 47.13%
G = 12.44%
B = 40.43%

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

#C534A9 (or 0xC534A9) is known color: Medium Red Violet. HEX triplet: C5, 34 and A9. RGB value is (197,52,169). Sum of RGB (Red+Green+Blue) = 197+52+169=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C534A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534A9 is #3ACB56. Grayscale: #6C6C6C. Windows color (decimal): -3853143 or 11089093. OLE color: 11089093.

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

Color convert

RGB 197 52 169 -
CMYK 0 0.74 0.14 0.23
HSL 311.59º 0.58% 0.49% -
HSV(B) 311.59º 0.74% 0.77% -
XYZ 31.42 17.19 39.2 -
YUV 108.69 162.04 190.99 -
System Red Green Blue C M Y K H S L
Decimal 197 52 169 0 0.74 0.14 0.23 311.59 0.58 0.49
Hex C5 34 A9 0 4A E 17 138 3A 31
Octal 305 64 251 0 112 16 27 470 72 61
Binary 11000101 110100 10101001 0 1001010 1110 10111 100111000 111010 110001

Color Harmonies of #C534A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534A9

Black with #C534A9

Text Example


Text Example

White with #C534A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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