Html Css Color HEX #C51CA5 Medium Violet Red

📋 copy color: '#C51CA5'

red 197 ◦ green 28 ◦ blue 165

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

Shades of Medium Violet Red #C51CA5

Tints of Medium Violet Red #C51CA5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 50.51%
G = 7.18%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C51CA5 (or 0xC51CA5) is known color: Medium Violet Red. HEX triplet: C5, 1C and A5. RGB value is (197,28,165). Sum of RGB (Red+Green+Blue) = 197+28+165=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51CA5 is #3AE35A. Grayscale: #5D5D5D. Windows color (decimal): -3859291 or 10820805. OLE color: 10820805.

HSL color Cylindrical-coordinate representation of color #C51CA5: hue angle of 311.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51CA5 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 28 165 -
CMYK 0 0.86 0.16 0.23
HSL 311.36º 0.75% 0.44% -
HSV(B) 311.36º 0.86% 0.77% -
XYZ 30.23 15.42 36.98 -
YUV 94.15 167.99 201.36 -
System Red Green Blue C M Y K H S L
Decimal 197 28 165 0 0.86 0.16 0.23 311.36 0.75 0.44
Hex C5 1C A5 0 56 10 17 137 4B 2C
Octal 305 34 245 0 126 20 27 467 113 54
Binary 11000101 11100 10100101 0 1010110 10000 10111 100110111 1001011 101100

Color Harmonies of #C51CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CA5

Black with #C51CA5

Text Example


Text Example

White with #C51CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CA5; }

 p { color: rgb(197,28,165); }

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

background-color css

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

 a { background-color: rgb(197,28,165); }

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

border-color css

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

 span { border-color: rgb(197,28,165); }

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