Html Css Color HEX #C51A6E Medium Violet Red

📋 copy color: '#C51A6E'

red 197 ◦ green 26 ◦ blue 110

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

Shades of Medium Violet Red #C51A6E

Tints of Medium Violet Red #C51A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 59.16%
G = 7.81%
B = 33.03%

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

#C51A6E (or 0xC51A6E) is known color: Medium Violet Red. HEX triplet: C5, 1A and 6E. RGB value is (197,26,110). Sum of RGB (Red+Green+Blue) = 197+26+110=333 (44% of max value = 765). Red value is 197 (77.34% from 255 or 59.16% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A6E is #3AE591. Grayscale: #565656. Windows color (decimal): -3859858 or 7215813. OLE color: 7215813.

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

Color convert

RGB 197 26 110 -
CMYK 0 0.87 0.44 0.23
HSL 330.53º 0.77% 0.44% -
HSV(B) 330.53º 0.87% 0.77% -
XYZ 26.21 13.73 16.02 -
YUV 86.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 197 26 110 0 0.87 0.44 0.23 330.53 0.77 0.44
Hex C5 1A 6E 0 57 2C 17 14B 4D 2C
Octal 305 32 156 0 127 54 27 513 115 54
Binary 11000101 11010 1101110 0 1010111 101100 10111 101001011 1001101 101100

Color Harmonies of #C51A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A6E

Black with #C51A6E

Text Example


Text Example

White with #C51A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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