Html Css Color HEX #C51A6D Medium Violet Red

📋 copy color: '#C51A6D'

red 197 ◦ green 26 ◦ blue 109

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

Shades of Medium Violet Red #C51A6D

Tints of Medium Violet Red #C51A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 59.34%
G = 7.83%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C51A6D (or 0xC51A6D) is known color: Medium Violet Red. HEX triplet: C5, 1A and 6D. RGB value is (197,26,109). Sum of RGB (Red+Green+Blue) = 197+26+109=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C51A6D is #3AE592. Grayscale: #565656. Windows color (decimal): -3859859 or 7150277. OLE color: 7150277.

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

Color convert

RGB 197 26 109 -
CMYK 0 0.87 0.45 0.23
HSL 330.88º 0.77% 0.44% -
HSV(B) 330.88º 0.87% 0.77% -
XYZ 26.16 13.71 15.74 -
YUV 86.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 197 26 109 0 0.87 0.45 0.23 330.88 0.77 0.44
Hex C5 1A 6D 0 57 2D 17 14B 4D 2C
Octal 305 32 155 0 127 55 27 513 115 54
Binary 11000101 11010 1101101 0 1010111 101101 10111 101001011 1001101 101100

Color Harmonies of #C51A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51A6D

Black with #C51A6D

Text Example


Text Example

White with #C51A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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