Html Css Color HEX #C525A3 Medium Violet Red

📋 copy color: '#C525A3'

red 197 ◦ green 37 ◦ blue 163

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

Shades of Medium Violet Red #C525A3

Tints of Medium Violet Red #C525A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 41.06%

R = 49.62%
G = 9.32%
B = 41.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C525A3 (or 0xC525A3) is known color: Medium Violet Red. HEX triplet: C5, 25 and A3. RGB value is (197,37,163). Sum of RGB (Red+Green+Blue) = 197+37+163=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 163 (64.06% from 255 or 41.06% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C525A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525A3 is #3ADA5C. Grayscale: #626262. Windows color (decimal): -3856989 or 10692037. OLE color: 10692037.

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

Color convert

RGB 197 37 163 -
CMYK 0 0.81 0.17 0.23
HSL 312.75º 0.68% 0.46% -
HSV(B) 312.75º 0.81% 0.77% -
XYZ 30.3 15.84 36.11 -
YUV 99.2 164.01 197.75 -
System Red Green Blue C M Y K H S L
Decimal 197 37 163 0 0.81 0.17 0.23 312.75 0.68 0.46
Hex C5 25 A3 0 51 11 17 139 44 2E
Octal 305 45 243 0 121 21 27 471 104 56
Binary 11000101 100101 10100011 0 1010001 10001 10111 100111001 1000100 101110

Color Harmonies of #C525A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525A3

Black with #C525A3

Text Example


Text Example

White with #C525A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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