Html Css Color HEX #C7118A Medium Violet Red

📋 copy color: '#C7118A'

red 199 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #C7118A

Tints of Medium Violet Red #C7118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 56.21%
G = 4.8%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7118A (or 0xC7118A) is known color: Medium Violet Red. HEX triplet: C7, 11 and 8A. RGB value is (199,17,138). Sum of RGB (Red+Green+Blue) = 199+17+138=354 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.21% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 199 - color contains mainly: red. Hex color #C7118A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7118A is #38EE75. Grayscale: #545454. Windows color (decimal): -3731062 or 9048519. OLE color: 9048519.

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

Color convert

RGB 199 17 138 -
CMYK 0 0.91 0.31 0.22
HSL 320.11º 0.84% 0.42% -
HSV(B) 320.11º 0.91% 0.78% -
XYZ 28.34 14.38 25.33 -
YUV 85.21 157.8 209.16 -
System Red Green Blue C M Y K H S L
Decimal 199 17 138 0 0.91 0.31 0.22 320.11 0.84 0.42
Hex C7 11 8A 0 5B 1F 16 140 54 2A
Octal 307 21 212 0 133 37 26 500 124 52
Binary 11000111 10001 10001010 0 1011011 11111 10110 101000000 1010100 101010

Color Harmonies of #C7118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7118A

Black with #C7118A

Text Example


Text Example

White with #C7118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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