Html Css Color HEX #C71091 Medium Violet Red

📋 copy color: '#C71091'

red 199 ◦ green 16 ◦ blue 145

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

Shades of Medium Violet Red #C71091

Tints of Medium Violet Red #C71091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 55.28%
G = 4.44%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C71091 (or 0xC71091) is known color: Medium Violet Red. HEX triplet: C7, 10 and 91. RGB value is (199,16,145). Sum of RGB (Red+Green+Blue) = 199+16+145=360 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.28% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 199 - color contains mainly: red. Hex color #C71091 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C71091 is #38EF6E. Grayscale: #555555. Windows color (decimal): -3731311 or 9507015. OLE color: 9507015.

HSL color Cylindrical-coordinate representation of color #C71091: hue angle of 317.7º 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 #C71091 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 145 -
CMYK 0 0.92 0.27 0.22
HSL 317.7º 0.85% 0.42% -
HSV(B) 317.7º 0.92% 0.78% -
XYZ 28.85 14.56 28.08 -
YUV 85.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 199 16 145 0 0.92 0.27 0.22 317.7 0.85 0.42
Hex C7 10 91 0 5C 1B 16 13E 55 2A
Octal 307 20 221 0 134 33 26 476 125 52
Binary 11000111 10000 10010001 0 1011100 11011 10110 100111110 1010101 101010

Color Harmonies of #C71091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71091

Black with #C71091

Text Example


Text Example

White with #C71091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71091; }

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

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

background-color css

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

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

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

border-color css

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

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

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