Html Css Color HEX #C528AB Medium Red Violet

📋 copy color: '#C528AB'

red 197 ◦ green 40 ◦ blue 171

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

Shades of Medium Red Violet #C528AB

Tints of Medium Red Violet #C528AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.8%

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

R = 48.28%
G = 9.8%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C528AB (or 0xC528AB) is known color: Medium Red Violet. HEX triplet: C5, 28 and AB. RGB value is (197,40,171). Sum of RGB (Red+Green+Blue) = 197+40+171=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C528AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528AB is #3AD754. Grayscale: #656565. Windows color (decimal): -3856213 or 11217093. OLE color: 11217093.

HSL color Cylindrical-coordinate representation of color #C528AB: hue angle of 309.94º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C528AB is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 40 171 -
CMYK 0 0.80 0.13 0.23
HSL 309.94º 0.66% 0.46% -
HSV(B) 309.94º 0.8% 0.77% -
XYZ 31.14 16.33 40.04 -
YUV 101.88 167.01 195.85 -
System Red Green Blue C M Y K H S L
Decimal 197 40 171 0 0.80 0.13 0.23 309.94 0.66 0.46
Hex C5 28 AB 0 50 D 17 136 42 2E
Octal 305 50 253 0 120 15 27 466 102 56
Binary 11000101 101000 10101011 0 1010000 1101 10111 100110110 1000010 101110

Color Harmonies of #C528AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528AB

Black with #C528AB

Text Example


Text Example

White with #C528AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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