Html Css Color HEX #C71174 Medium Violet Red

📋 copy color: '#C71174'

red 199 ◦ green 17 ◦ blue 116

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

Shades of Medium Violet Red #C71174

Tints of Medium Violet Red #C71174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.12%

 BLUE value IS 116 (45.7% from 255) = 34.94%

R = 59.94%
G = 5.12%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C71174 (or 0xC71174) is known color: Medium Violet Red. HEX triplet: C7, 11 and 74. RGB value is (199,17,116). Sum of RGB (Red+Green+Blue) = 199+17+116=332 (43% of max value = 765). Red value is 199 (78.12% from 255 or 59.94% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 116 (45.70% from 255 or 34.94% from 332); Max value from RGB is 199 - color contains mainly: red. Hex color #C71174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C71174 is #38EE8B. Grayscale: #525252. Windows color (decimal): -3731084 or 7606727. OLE color: 7606727.

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

Color convert

RGB 199 17 116 -
CMYK 0 0.91 0.42 0.22
HSL 327.36º 0.84% 0.42% -
HSV(B) 327.36º 0.91% 0.78% -
XYZ 26.91 13.8 17.77 -
YUV 82.7 146.8 210.95 -
System Red Green Blue C M Y K H S L
Decimal 199 17 116 0 0.91 0.42 0.22 327.36 0.84 0.42
Hex C7 11 74 0 5B 2A 16 147 54 2A
Octal 307 21 164 0 133 52 26 507 124 52
Binary 11000111 10001 1110100 0 1011011 101010 10110 101000111 1010100 101010

Color Harmonies of #C71174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71174

Black with #C71174

Text Example


Text Example

White with #C71174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71174; }

 p { color: rgb(199,17,116); }

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

background-color css

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

 a { background-color: rgb(199,17,116); }

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

border-color css

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

 span { border-color: rgb(199,17,116); }

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