Html Css Color HEX #C51EA5 Medium Violet Red

📋 copy color: '#C51EA5'

red 197 ◦ green 30 ◦ blue 165

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

Shades of Medium Violet Red #C51EA5

Tints of Medium Violet Red #C51EA5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.65%

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

R = 50.26%
G = 7.65%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C51EA5 (or 0xC51EA5) is known color: Medium Violet Red. HEX triplet: C5, 1E and A5. RGB value is (197,30,165). Sum of RGB (Red+Green+Blue) = 197+30+165=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA5 is #3AE15A. Grayscale: #5E5E5E. Windows color (decimal): -3858779 or 10821317. OLE color: 10821317.

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

Color convert

RGB 197 30 165 -
CMYK 0 0.85 0.16 0.23
HSL 311.5º 0.74% 0.45% -
HSV(B) 311.5º 0.85% 0.77% -
XYZ 30.28 15.52 37 -
YUV 95.32 167.33 200.52 -
System Red Green Blue C M Y K H S L
Decimal 197 30 165 0 0.85 0.16 0.23 311.5 0.74 0.45
Hex C5 1E A5 0 55 10 17 137 4A 2D
Octal 305 36 245 0 125 20 27 467 112 55
Binary 11000101 11110 10100101 0 1010101 10000 10111 100110111 1001010 101101

Color Harmonies of #C51EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EA5

Black with #C51EA5

Text Example


Text Example

White with #C51EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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