Html Css Color HEX #C524A7 Medium Violet Red

📋 copy color: '#C524A7'

red 197 ◦ green 36 ◦ blue 167

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

Shades of Medium Violet Red #C524A7

Tints of Medium Violet Red #C524A7

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9%

 BLUE value IS 167 (65.63% from 255) = 41.75%

R = 49.25%
G = 9%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C524A7 (or 0xC524A7) is known color: Medium Violet Red. HEX triplet: C5, 24 and A7. RGB value is (197,36,167). Sum of RGB (Red+Green+Blue) = 197+36+167=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 36 (14.45% from 255 or 9% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C524A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C524A7 is #3ADB58. Grayscale: #626262. Windows color (decimal): -3857241 or 10953925. OLE color: 10953925.

HSL color Cylindrical-coordinate representation of color #C524A7: hue angle of 311.18º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C524A7 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 36 167 -
CMYK 0 0.82 0.15 0.23
HSL 311.18º 0.69% 0.46% -
HSV(B) 311.18º 0.82% 0.77% -
XYZ 30.63 15.92 38.02 -
YUV 99.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 197 36 167 0 0.82 0.15 0.23 311.18 0.69 0.46
Hex C5 24 A7 0 52 F 17 137 45 2E
Octal 305 44 247 0 122 17 27 467 105 56
Binary 11000101 100100 10100111 0 1010010 1111 10111 100110111 1000101 101110

Color Harmonies of #C524A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C524A7

Black with #C524A7

Text Example


Text Example

White with #C524A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C524A7; }

 p { color: rgb(197,36,167); }

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

background-color css

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

 a { background-color: rgb(197,36,167); }

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

border-color css

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

 span { border-color: rgb(197,36,167); }

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