Html Css Color HEX #C51FAB Medium Violet Red

📋 copy color: '#C51FAB'

red 197 ◦ green 31 ◦ blue 171

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

Shades of Medium Violet Red #C51FAB

Tints of Medium Violet Red #C51FAB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.77%

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

R = 49.37%
G = 7.77%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C51FAB (or 0xC51FAB) is known color: Medium Violet Red. HEX triplet: C5, 1F and AB. RGB value is (197,31,171). Sum of RGB (Red+Green+Blue) = 197+31+171=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C51FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51FAB is #3AE054. Grayscale: #606060. Windows color (decimal): -3858517 or 11214789. OLE color: 11214789.

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

Color convert

RGB 197 31 171 -
CMYK 0 0.84 0.13 0.23
HSL 309.4º 0.73% 0.45% -
HSV(B) 309.4º 0.84% 0.77% -
XYZ 30.87 15.79 39.95 -
YUV 96.59 170 199.62 -
System Red Green Blue C M Y K H S L
Decimal 197 31 171 0 0.84 0.13 0.23 309.4 0.73 0.45
Hex C5 1F AB 0 54 D 17 135 49 2D
Octal 305 37 253 0 124 15 27 465 111 55
Binary 11000101 11111 10101011 0 1010100 1101 10111 100110101 1001001 101101

Color Harmonies of #C51FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FAB

Black with #C51FAB

Text Example


Text Example

White with #C51FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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