Html Css Color HEX #C527AD Medium Violet Red

📋 copy color: '#C527AD'

red 197 ◦ green 39 ◦ blue 173

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

Shades of Medium Violet Red #C527AD

Tints of Medium Violet Red #C527AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 48.17%
G = 9.54%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C527AD (or 0xC527AD) is known color: Medium Violet Red. HEX triplet: C5, 27 and AD. RGB value is (197,39,173). Sum of RGB (Red+Green+Blue) = 197+39+173=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C527AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527AD is #3AD852. Grayscale: #656565. Windows color (decimal): -3856467 or 11347909. OLE color: 11347909.

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

Color convert

RGB 197 39 173 -
CMYK 0 0.80 0.12 0.23
HSL 309.11º 0.67% 0.46% -
HSV(B) 309.11º 0.8% 0.77% -
XYZ 31.29 16.34 41.04 -
YUV 101.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 197 39 173 0 0.80 0.12 0.23 309.11 0.67 0.46
Hex C5 27 AD 0 50 C 17 135 43 2E
Octal 305 47 255 0 120 14 27 465 103 56
Binary 11000101 100111 10101101 0 1010000 1100 10111 100110101 1000011 101110

Color Harmonies of #C527AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527AD

Black with #C527AD

Text Example


Text Example

White with #C527AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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