Html Css Color HEX #C526AA Medium Violet Red

📋 copy color: '#C526AA'

red 197 ◦ green 38 ◦ blue 170

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

Shades of Medium Violet Red #C526AA

Tints of Medium Violet Red #C526AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.38%

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

R = 48.64%
G = 9.38%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C526AA (or 0xC526AA) is known color: Medium Violet Red. HEX triplet: C5, 26 and AA. RGB value is (197,38,170). Sum of RGB (Red+Green+Blue) = 197+38+170=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C526AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526AA is #3AD955. Grayscale: #646464. Windows color (decimal): -3856726 or 11151045. OLE color: 11151045.

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

Color convert

RGB 197 38 170 -
CMYK 0 0.81 0.14 0.23
HSL 310.19º 0.68% 0.46% -
HSV(B) 310.19º 0.81% 0.77% -
XYZ 30.97 16.16 39.52 -
YUV 100.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 197 38 170 0 0.81 0.14 0.23 310.19 0.68 0.46
Hex C5 26 AA 0 51 E 17 136 44 2E
Octal 305 46 252 0 121 16 27 466 104 56
Binary 11000101 100110 10101010 0 1010001 1110 10111 100110110 1000100 101110

Color Harmonies of #C526AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526AA

Black with #C526AA

Text Example


Text Example

White with #C526AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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