Html Css Color HEX #C51691 Medium Violet Red

📋 copy color: '#C51691'

red 197 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #C51691

Tints of Medium Violet Red #C51691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.04%

 BLUE value IS 145 (57.03% from 255) = 39.84%

R = 54.12%
G = 6.04%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C51691 (or 0xC51691) is known color: Medium Violet Red. HEX triplet: C5, 16 and 91. RGB value is (197,22,145). Sum of RGB (Red+Green+Blue) = 197+22+145=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C51691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C51691 is #3AE96E. Grayscale: #585858. Windows color (decimal): -3860847 or 9508549. OLE color: 9508549.

HSL color Cylindrical-coordinate representation of color #C51691: hue angle of 317.83º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51691 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 22 145 -
CMYK 0 0.89 0.26 0.23
HSL 317.83º 0.8% 0.43% -
HSV(B) 317.83º 0.89% 0.77% -
XYZ 28.42 14.49 28.09 -
YUV 88.35 159.98 205.5 -
System Red Green Blue C M Y K H S L
Decimal 197 22 145 0 0.89 0.26 0.23 317.83 0.8 0.43
Hex C5 16 91 0 59 1A 17 13E 50 2B
Octal 305 26 221 0 131 32 27 476 120 53
Binary 11000101 10110 10010001 0 1011001 11010 10111 100111110 1010000 101011

Color Harmonies of #C51691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51691

Black with #C51691

Text Example


Text Example

White with #C51691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51691; }

 p { color: rgb(197,22,145); }

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

background-color css

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

 a { background-color: rgb(197,22,145); }

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

border-color css

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

 span { border-color: rgb(197,22,145); }

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