Html Css Color HEX #C528A9 Medium Red Violet

📋 copy color: '#C528A9'

red 197 ◦ green 40 ◦ blue 169

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

Shades of Medium Red Violet #C528A9

Tints of Medium Red Violet #C528A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.63%

R = 48.52%
G = 9.85%
B = 41.63%

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

#C528A9 (or 0xC528A9) is known color: Medium Red Violet. HEX triplet: C5, 28 and A9. RGB value is (197,40,169). Sum of RGB (Red+Green+Blue) = 197+40+169=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 169 (66.41% from 255 or 41.63% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C528A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C528A9 is #3AD756. Grayscale: #656565. Windows color (decimal): -3856215 or 11086021. OLE color: 11086021.

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

Color convert

RGB 197 40 169 -
CMYK 0 0.80 0.14 0.23
HSL 310.7º 0.66% 0.46% -
HSV(B) 310.7º 0.8% 0.77% -
XYZ 30.95 16.25 39.04 -
YUV 101.65 166.01 196.01 -
System Red Green Blue C M Y K H S L
Decimal 197 40 169 0 0.80 0.14 0.23 310.7 0.66 0.46
Hex C5 28 A9 0 50 E 17 137 42 2E
Octal 305 50 251 0 120 16 27 467 102 56
Binary 11000101 101000 10101001 0 1010000 1110 10111 100110111 1000010 101110

Color Harmonies of #C528A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C528A9

Black with #C528A9

Text Example


Text Example

White with #C528A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C528A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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