Html Css Color HEX #C525AB Medium Violet Red

📋 copy color: '#C525AB'

red 197 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #C525AB

Tints of Medium Violet Red #C525AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 48.64%
G = 9.14%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C525AB (or 0xC525AB) is known color: Medium Violet Red. HEX triplet: C5, 25 and AB. RGB value is (197,37,171). Sum of RGB (Red+Green+Blue) = 197+37+171=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 37 (14.84% from 255 or 9.14% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C525AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C525AB is #3ADA54. Grayscale: #636363. Windows color (decimal): -3856981 or 11216325. OLE color: 11216325.

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

Color convert

RGB 197 37 171 -
CMYK 0 0.81 0.13 0.23
HSL 309.75º 0.68% 0.46% -
HSV(B) 309.75º 0.81% 0.77% -
XYZ 31.04 16.13 40.01 -
YUV 100.12 168.01 197.1 -
System Red Green Blue C M Y K H S L
Decimal 197 37 171 0 0.81 0.13 0.23 309.75 0.68 0.46
Hex C5 25 AB 0 51 D 17 136 44 2E
Octal 305 45 253 0 121 15 27 466 104 56
Binary 11000101 100101 10101011 0 1010001 1101 10111 100110110 1000100 101110

Color Harmonies of #C525AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C525AB

Black with #C525AB

Text Example


Text Example

White with #C525AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C525AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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