Html Css Color HEX #C527AC Medium Violet Red

📋 copy color: '#C527AC'

red 197 ◦ green 39 ◦ blue 172

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

Shades of Medium Violet Red #C527AC

Tints of Medium Violet Red #C527AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 48.28%
G = 9.56%
B = 42.16%

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

#C527AC (or 0xC527AC) is known color: Medium Violet Red. HEX triplet: C5, 27 and AC. RGB value is (197,39,172). Sum of RGB (Red+Green+Blue) = 197+39+172=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C527AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C527AC is #3AD853. Grayscale: #656565. Windows color (decimal): -3856468 or 11282373. OLE color: 11282373.

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

Color convert

RGB 197 39 172 -
CMYK 0 0.80 0.13 0.23
HSL 309.49º 0.67% 0.46% -
HSV(B) 309.49º 0.8% 0.77% -
XYZ 31.2 16.3 40.53 -
YUV 101.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 197 39 172 0 0.80 0.13 0.23 309.49 0.67 0.46
Hex C5 27 AC 0 50 D 17 135 43 2E
Octal 305 47 254 0 120 15 27 465 103 56
Binary 11000101 100111 10101100 0 1010000 1101 10111 100110101 1000011 101110

Color Harmonies of #C527AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C527AC

Black with #C527AC

Text Example


Text Example

White with #C527AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C527AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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