Html Css Color HEX #C51EA1 Medium Violet Red

📋 copy color: '#C51EA1'

red 197 ◦ green 30 ◦ blue 161

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

Shades of Medium Violet Red #C51EA1

Tints of Medium Violet Red #C51EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 41.49%

R = 50.77%
G = 7.73%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C51EA1 (or 0xC51EA1) is known color: Medium Violet Red. HEX triplet: C5, 1E and A1. RGB value is (197,30,161). Sum of RGB (Red+Green+Blue) = 197+30+161=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA1 is #3AE15E. Grayscale: #5E5E5E. Windows color (decimal): -3858783 or 10559173. OLE color: 10559173.

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

Color convert

RGB 197 30 161 -
CMYK 0 0.85 0.18 0.23
HSL 312.93º 0.74% 0.45% -
HSV(B) 312.93º 0.85% 0.77% -
XYZ 29.92 15.37 35.11 -
YUV 94.87 165.33 200.85 -
System Red Green Blue C M Y K H S L
Decimal 197 30 161 0 0.85 0.18 0.23 312.93 0.74 0.45
Hex C5 1E A1 0 55 12 17 139 4A 2D
Octal 305 36 241 0 125 22 27 471 112 55
Binary 11000101 11110 10100001 0 1010101 10010 10111 100111001 1001010 101101

Color Harmonies of #C51EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EA1

Black with #C51EA1

Text Example


Text Example

White with #C51EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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