Html Css Color HEX #C7108C Medium Violet Red

📋 copy color: '#C7108C'

red 199 ◦ green 16 ◦ blue 140

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

Shades of Medium Violet Red #C7108C

Tints of Medium Violet Red #C7108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 56.06%
G = 4.51%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7108C (or 0xC7108C) is known color: Medium Violet Red. HEX triplet: C7, 10 and 8C. RGB value is (199,16,140). Sum of RGB (Red+Green+Blue) = 199+16+140=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7108C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C7108C is #38EF73. Grayscale: #545454. Windows color (decimal): -3731316 or 9179335. OLE color: 9179335.

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

Color convert

RGB 199 16 140 -
CMYK 0 0.92 0.30 0.22
HSL 319.34º 0.85% 0.42% -
HSV(B) 319.34º 0.92% 0.78% -
XYZ 28.47 14.41 26.09 -
YUV 84.85 159.13 209.42 -
System Red Green Blue C M Y K H S L
Decimal 199 16 140 0 0.92 0.30 0.22 319.34 0.85 0.42
Hex C7 10 8C 0 5C 1E 16 13F 55 2A
Octal 307 20 214 0 134 36 26 477 125 52
Binary 11000111 10000 10001100 0 1011100 11110 10110 100111111 1010101 101010

Color Harmonies of #C7108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7108C

Black with #C7108C

Text Example


Text Example

White with #C7108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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