Html Css Color HEX #C71077 Medium Violet Red

📋 copy color: '#C71077'

red 199 ◦ green 16 ◦ blue 119

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

Shades of Medium Violet Red #C71077

Tints of Medium Violet Red #C71077

RGB

 RED value IS 199 (78.13% from 255) = 59.58%

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

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

R = 59.58%
G = 4.79%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C71077 (or 0xC71077) is known color: Medium Violet Red. HEX triplet: C7, 10 and 77. RGB value is (199,16,119). Sum of RGB (Red+Green+Blue) = 199+16+119=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C71077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71077 is #38EF88. Grayscale: #525252. Windows color (decimal): -3731337 or 7803079. OLE color: 7803079.

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

Color convert

RGB 199 16 119 -
CMYK 0 0.92 0.40 0.22
HSL 326.23º 0.85% 0.42% -
HSV(B) 326.23º 0.92% 0.78% -
XYZ 27.07 13.84 18.7 -
YUV 82.46 148.63 211.12 -
System Red Green Blue C M Y K H S L
Decimal 199 16 119 0 0.92 0.40 0.22 326.23 0.85 0.42
Hex C7 10 77 0 5C 28 16 146 55 2A
Octal 307 20 167 0 134 50 26 506 125 52
Binary 11000111 10000 1110111 0 1011100 101000 10110 101000110 1010101 101010

Color Harmonies of #C71077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71077

Black with #C71077

Text Example


Text Example

White with #C71077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71077; }

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

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

background-color css

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

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

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

border-color css

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

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

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