Html Css Color HEX #C51EA6 Medium Violet Red

📋 copy color: '#C51EA6'

red 197 ◦ green 30 ◦ blue 166

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

Shades of Medium Violet Red #C51EA6

Tints of Medium Violet Red #C51EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.24%

R = 50.13%
G = 7.63%
B = 42.24%

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

#C51EA6 (or 0xC51EA6) is known color: Medium Violet Red. HEX triplet: C5, 1E and A6. RGB value is (197,30,166). Sum of RGB (Red+Green+Blue) = 197+30+166=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 166 (65.23% from 255 or 42.24% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C51EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51EA6 is #3AE159. Grayscale: #5F5F5F. Windows color (decimal): -3858778 or 10886853. OLE color: 10886853.

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

Color convert

RGB 197 30 166 -
CMYK 0 0.85 0.16 0.23
HSL 311.14º 0.74% 0.45% -
HSV(B) 311.14º 0.85% 0.77% -
XYZ 30.37 15.55 37.48 -
YUV 95.44 167.83 200.44 -
System Red Green Blue C M Y K H S L
Decimal 197 30 166 0 0.85 0.16 0.23 311.14 0.74 0.45
Hex C5 1E A6 0 55 10 17 137 4A 2D
Octal 305 36 246 0 125 20 27 467 112 55
Binary 11000101 11110 10100110 0 1010101 10000 10111 100110111 1001010 101101

Color Harmonies of #C51EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EA6

Black with #C51EA6

Text Example


Text Example

White with #C51EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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