Html Css Color HEX #C51AAB Medium Violet Red

📋 copy color: '#C51AAB'

red 197 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #C51AAB

Tints of Medium Violet Red #C51AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 50%
G = 6.6%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C51AAB (or 0xC51AAB) is known color: Medium Violet Red. HEX triplet: C5, 1A and AB. RGB value is (197,26,171). Sum of RGB (Red+Green+Blue) = 197+26+171=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51AAB is #3AE554. Grayscale: #5D5D5D. Windows color (decimal): -3859797 or 11213509. OLE color: 11213509.

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

Color convert

RGB 197 26 171 -
CMYK 0 0.87 0.13 0.23
HSL 309.12º 0.77% 0.44% -
HSV(B) 309.12º 0.87% 0.77% -
XYZ 30.75 15.55 39.91 -
YUV 93.66 171.65 201.71 -
System Red Green Blue C M Y K H S L
Decimal 197 26 171 0 0.87 0.13 0.23 309.12 0.77 0.44
Hex C5 1A AB 0 57 D 17 135 4D 2C
Octal 305 32 253 0 127 15 27 465 115 54
Binary 11000101 11010 10101011 0 1010111 1101 10111 100110101 1001101 101100

Color Harmonies of #C51AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AAB

Black with #C51AAB

Text Example


Text Example

White with #C51AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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