Html Css Color HEX #C527AA Medium Red Violet

📋 copy color: '#C527AA'

red 197 ◦ green 39 ◦ blue 170

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

Shades of Medium Red Violet #C527AA

Tints of Medium Red Violet #C527AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.61%

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

R = 48.52%
G = 9.61%
B = 41.87%

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

#C527AA (or 0xC527AA) is known color: Medium Red Violet. HEX triplet: C5, 27 and AA. RGB value is (197,39,170). Sum of RGB (Red+Green+Blue) = 197+39+170=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 39 (15.62% from 255 or 9.61% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C527AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527AA is #3AD855. Grayscale: #646464. Windows color (decimal): -3856470 or 11151301. OLE color: 11151301.

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

Color convert

RGB 197 39 170 -
CMYK 0 0.80 0.14 0.23
HSL 310.25º 0.67% 0.46% -
HSV(B) 310.25º 0.8% 0.77% -
XYZ 31.01 16.22 39.53 -
YUV 101.18 166.85 196.35 -
System Red Green Blue C M Y K H S L
Decimal 197 39 170 0 0.80 0.14 0.23 310.25 0.67 0.46
Hex C5 27 AA 0 50 E 17 136 43 2E
Octal 305 47 252 0 120 16 27 466 103 56
Binary 11000101 100111 10101010 0 1010000 1110 10111 100110110 1000011 101110

Color Harmonies of #C527AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527AA

Black with #C527AA

Text Example


Text Example

White with #C527AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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