Html Css Color HEX #C525AE Medium Violet Red

📋 copy color: '#C525AE'

red 197 ◦ green 37 ◦ blue 174

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

Shades of Medium Violet Red #C525AE

Tints of Medium Violet Red #C525AE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.07%

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

R = 48.28%
G = 9.07%
B = 42.65%

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

#C525AE (or 0xC525AE) is known color: Medium Violet Red. HEX triplet: C5, 25 and AE. RGB value is (197,37,174). Sum of RGB (Red+Green+Blue) = 197+37+174=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C525AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525AE is #3ADA51. Grayscale: #646464. Windows color (decimal): -3856978 or 11412933. OLE color: 11412933.

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

Color convert

RGB 197 37 174 -
CMYK 0 0.81 0.12 0.23
HSL 308.63º 0.68% 0.46% -
HSV(B) 308.63º 0.81% 0.77% -
XYZ 31.33 16.25 41.53 -
YUV 100.46 169.51 196.86 -
System Red Green Blue C M Y K H S L
Decimal 197 37 174 0 0.81 0.12 0.23 308.63 0.68 0.46
Hex C5 25 AE 0 51 C 17 135 44 2E
Octal 305 45 256 0 121 14 27 465 104 56
Binary 11000101 100101 10101110 0 1010001 1100 10111 100110101 1000100 101110

Color Harmonies of #C525AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525AE

Black with #C525AE

Text Example


Text Example

White with #C525AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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