Html Css Color HEX #C51A6F Medium Violet Red

📋 copy color: '#C51A6F'

red 197 ◦ green 26 ◦ blue 111

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

Shades of Medium Violet Red #C51A6F

Tints of Medium Violet Red #C51A6F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

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

R = 58.98%
G = 7.78%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C51A6F (or 0xC51A6F) is known color: Medium Violet Red. HEX triplet: C5, 1A and 6F. RGB value is (197,26,111). Sum of RGB (Red+Green+Blue) = 197+26+111=334 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.98% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A6F is #3AE590. Grayscale: #565656. Windows color (decimal): -3859857 or 7281349. OLE color: 7281349.

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

Color convert

RGB 197 26 111 -
CMYK 0 0.87 0.44 0.23
HSL 330.18º 0.77% 0.44% -
HSV(B) 330.18º 0.87% 0.77% -
XYZ 26.26 13.76 16.31 -
YUV 86.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 197 26 111 0 0.87 0.44 0.23 330.18 0.77 0.44
Hex C5 1A 6F 0 57 2C 17 14A 4D 2C
Octal 305 32 157 0 127 54 27 512 115 54
Binary 11000101 11010 1101111 0 1010111 101100 10111 101001010 1001101 101100

Color Harmonies of #C51A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A6F

Black with #C51A6F

Text Example


Text Example

White with #C51A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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