Html Css Color HEX #C51077 Medium Violet Red

📋 copy color: '#C51077'

red 197 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #C51077

Tints of Medium Violet Red #C51077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.82%

 BLUE value IS 119 (46.88% from 255) = 35.84%

R = 59.34%
G = 4.82%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C51077 (or 0xC51077) is known color: Medium Violet Red. HEX triplet: C5, 10 and 77. RGB value is (197,16,119). Sum of RGB (Red+Green+Blue) = 197+16+119=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C51077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51077 is #3AEF88. Grayscale: #515151. Windows color (decimal): -3862409 or 7803077. OLE color: 7803077.

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

Color convert

RGB 197 16 119 -
CMYK 0 0.92 0.40 0.23
HSL 325.86º 0.85% 0.42% -
HSV(B) 325.86º 0.92% 0.77% -
XYZ 26.54 13.57 18.67 -
YUV 81.86 148.97 210.12 -
System Red Green Blue C M Y K H S L
Decimal 197 16 119 0 0.92 0.40 0.23 325.86 0.85 0.42
Hex C5 10 77 0 5C 28 17 146 55 2A
Octal 305 20 167 0 134 50 27 506 125 52
Binary 11000101 10000 1110111 0 1011100 101000 10111 101000110 1010101 101010

Color Harmonies of #C51077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51077

Black with #C51077

Text Example


Text Example

White with #C51077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51077; }

 p { color: rgb(197,16,119); }

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

background-color css

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

 a { background-color: rgb(197,16,119); }

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

border-color css

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

 span { border-color: rgb(197,16,119); }

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