Html Css Color HEX #C532AA Medium Red Violet

📋 copy color: '#C532AA'

red 197 ◦ green 50 ◦ blue 170

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

Shades of Medium Red Violet #C532AA

Tints of Medium Red Violet #C532AA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

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

R = 47.24%
G = 11.99%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C532AA (or 0xC532AA) is known color: Medium Red Violet. HEX triplet: C5, 32 and AA. RGB value is (197,50,170). Sum of RGB (Red+Green+Blue) = 197+50+170=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C532AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C532AA is #3ACD55. Grayscale: #6B6B6B. Windows color (decimal): -3853654 or 11154117. OLE color: 11154117.

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

Color convert

RGB 197 50 170 -
CMYK 0 0.75 0.14 0.23
HSL 311.02º 0.6% 0.48% -
HSV(B) 311.02º 0.75% 0.77% -
XYZ 31.42 17.05 39.67 -
YUV 107.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 197 50 170 0 0.75 0.14 0.23 311.02 0.6 0.48
Hex C5 32 AA 0 4B E 17 137 3C 30
Octal 305 62 252 0 113 16 27 467 74 60
Binary 11000101 110010 10101010 0 1001011 1110 10111 100110111 111100 110000

Color Harmonies of #C532AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C532AA

Black with #C532AA

Text Example


Text Example

White with #C532AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C532AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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