Html Css Color HEX #C51BA6 Medium Violet Red

📋 copy color: '#C51BA6'

red 197 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #C51BA6

Tints of Medium Violet Red #C51BA6

RGB

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

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

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

R = 50.51%
G = 6.92%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C51BA6 (or 0xC51BA6) is known color: Medium Violet Red. HEX triplet: C5, 1B and A6. RGB value is (197,27,166). Sum of RGB (Red+Green+Blue) = 197+27+166=390 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.51% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BA6 is #3AE459. Grayscale: #5D5D5D. Windows color (decimal): -3859546 or 10886085. OLE color: 10886085.

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

Color convert

RGB 197 27 166 -
CMYK 0 0.86 0.16 0.23
HSL 310.94º 0.76% 0.44% -
HSV(B) 310.94º 0.86% 0.77% -
XYZ 30.3 15.41 37.45 -
YUV 93.68 168.82 201.7 -
System Red Green Blue C M Y K H S L
Decimal 197 27 166 0 0.86 0.16 0.23 310.94 0.76 0.44
Hex C5 1B A6 0 56 10 17 137 4C 2C
Octal 305 33 246 0 126 20 27 467 114 54
Binary 11000101 11011 10100110 0 1010110 10000 10111 100110111 1001100 101100

Color Harmonies of #C51BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BA6

Black with #C51BA6

Text Example


Text Example

White with #C51BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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