Html Css Color HEX #C51AA0 Medium Violet Red

📋 copy color: '#C51AA0'

red 197 ◦ green 26 ◦ blue 160

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

Shades of Medium Violet Red #C51AA0

Tints of Medium Violet Red #C51AA0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.79%

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 51.44%
G = 6.79%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C51AA0 (or 0xC51AA0) is known color: Medium Violet Red. HEX triplet: C5, 1A and A0. RGB value is (197,26,160). Sum of RGB (Red+Green+Blue) = 197+26+160=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AA0 is #3AE55F. Grayscale: #5C5C5C. Windows color (decimal): -3859808 or 10492613. OLE color: 10492613.

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

Color convert

RGB 197 26 160 -
CMYK 0 0.87 0.19 0.23
HSL 312.98º 0.77% 0.44% -
HSV(B) 312.98º 0.87% 0.77% -
XYZ 29.74 15.15 34.61 -
YUV 92.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 197 26 160 0 0.87 0.19 0.23 312.98 0.77 0.44
Hex C5 1A A0 0 57 13 17 139 4D 2C
Octal 305 32 240 0 127 23 27 471 115 54
Binary 11000101 11010 10100000 0 1010111 10011 10111 100111001 1001101 101100

Color Harmonies of #C51AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AA0

Black with #C51AA0

Text Example


Text Example

White with #C51AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AA0; }

 p { color: rgb(197,26,160); }

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

background-color css

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

 a { background-color: rgb(197,26,160); }

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

border-color css

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

 span { border-color: rgb(197,26,160); }

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