Html Css Color HEX #C51C6F Medium Violet Red

📋 copy color: '#C51C6F'

red 197 ◦ green 28 ◦ blue 111

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

Shades of Medium Violet Red #C51C6F

Tints of Medium Violet Red #C51C6F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 58.63%
G = 8.33%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C51C6F (or 0xC51C6F) is known color: Medium Violet Red. HEX triplet: C5, 1C and 6F. RGB value is (197,28,111). Sum of RGB (Red+Green+Blue) = 197+28+111=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51C6F is #3AE390. Grayscale: #575757. Windows color (decimal): -3859345 or 7281861. OLE color: 7281861.

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

Color convert

RGB 197 28 111 -
CMYK 0 0.86 0.44 0.23
HSL 330.53º 0.75% 0.44% -
HSV(B) 330.53º 0.86% 0.77% -
XYZ 26.31 13.85 16.33 -
YUV 87.99 140.99 205.75 -
System Red Green Blue C M Y K H S L
Decimal 197 28 111 0 0.86 0.44 0.23 330.53 0.75 0.44
Hex C5 1C 6F 0 56 2C 17 14B 4B 2C
Octal 305 34 157 0 126 54 27 513 113 54
Binary 11000101 11100 1101111 0 1010110 101100 10111 101001011 1001011 101100

Color Harmonies of #C51C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C6F

Black with #C51C6F

Text Example


Text Example

White with #C51C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C6F; }

 p { color: rgb(197,28,111); }

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

background-color css

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

 a { background-color: rgb(197,28,111); }

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

border-color css

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

 span { border-color: rgb(197,28,111); }

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