Html Css Color HEX #C526AE Medium Violet Red

📋 copy color: '#C526AE'

red 197 ◦ green 38 ◦ blue 174

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

Shades of Medium Violet Red #C526AE

Tints of Medium Violet Red #C526AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.54%

R = 48.17%
G = 9.29%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C526AE (or 0xC526AE) is known color: Medium Violet Red. HEX triplet: C5, 26 and AE. RGB value is (197,38,174). Sum of RGB (Red+Green+Blue) = 197+38+174=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C526AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C526AE is #3AD951. Grayscale: #646464. Windows color (decimal): -3856722 or 11413189. OLE color: 11413189.

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

Color convert

RGB 197 38 174 -
CMYK 0 0.81 0.12 0.23
HSL 308.68º 0.68% 0.46% -
HSV(B) 308.68º 0.81% 0.77% -
XYZ 31.36 16.31 41.54 -
YUV 101.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 197 38 174 0 0.81 0.12 0.23 308.68 0.68 0.46
Hex C5 26 AE 0 51 C 17 135 44 2E
Octal 305 46 256 0 121 14 27 465 104 56
Binary 11000101 100110 10101110 0 1010001 1100 10111 100110101 1000100 101110

Color Harmonies of #C526AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C526AE

Black with #C526AE

Text Example


Text Example

White with #C526AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C526AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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