Html Css Color HEX #C51BAB Medium Violet Red

📋 copy color: '#C51BAB'

red 197 ◦ green 27 ◦ blue 171

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

Shades of Medium Violet Red #C51BAB

Tints of Medium Violet Red #C51BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.84%

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

R = 49.87%
G = 6.84%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C51BAB (or 0xC51BAB) is known color: Medium Violet Red. HEX triplet: C5, 1B and AB. RGB value is (197,27,171). Sum of RGB (Red+Green+Blue) = 197+27+171=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BAB is #3AE454. Grayscale: #5D5D5D. Windows color (decimal): -3859541 or 11213765. OLE color: 11213765.

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

Color convert

RGB 197 27 171 -
CMYK 0 0.86 0.13 0.23
HSL 309.18º 0.76% 0.44% -
HSV(B) 309.18º 0.86% 0.77% -
XYZ 30.77 15.59 39.92 -
YUV 94.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 197 27 171 0 0.86 0.13 0.23 309.18 0.76 0.44
Hex C5 1B AB 0 56 D 17 135 4C 2C
Octal 305 33 253 0 126 15 27 465 114 54
Binary 11000101 11011 10101011 0 1010110 1101 10111 100110101 1001100 101100

Color Harmonies of #C51BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BAB

Black with #C51BAB

Text Example


Text Example

White with #C51BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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