Html Css Color HEX #C528AA Medium Red Violet

📋 copy color: '#C528AA'

red 197 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #C528AA

Tints of Medium Red Violet #C528AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 48.4%
G = 9.83%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C528AA (or 0xC528AA) is known color: Medium Red Violet. HEX triplet: C5, 28 and AA. RGB value is (197,40,170). Sum of RGB (Red+Green+Blue) = 197+40+170=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 40 (16.02% from 255 or 9.83% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C528AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528AA is #3AD755. Grayscale: #656565. Windows color (decimal): -3856214 or 11151557. OLE color: 11151557.

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

Color convert

RGB 197 40 170 -
CMYK 0 0.80 0.14 0.23
HSL 310.32º 0.66% 0.46% -
HSV(B) 310.32º 0.8% 0.77% -
XYZ 31.04 16.29 39.54 -
YUV 101.76 166.51 195.93 -
System Red Green Blue C M Y K H S L
Decimal 197 40 170 0 0.80 0.14 0.23 310.32 0.66 0.46
Hex C5 28 AA 0 50 E 17 136 42 2E
Octal 305 50 252 0 120 16 27 466 102 56
Binary 11000101 101000 10101010 0 1010000 1110 10111 100110110 1000010 101110

Color Harmonies of #C528AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528AA

Black with #C528AA

Text Example


Text Example

White with #C528AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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