Html Css Color HEX #C8118C Medium Violet Red

📋 copy color: '#C8118C'

red 200 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #C8118C

Tints of Medium Violet Red #C8118C

RGB

 RED value IS 200 (78.52% from 255) = 56.02%

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

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

R = 56.02%
G = 4.76%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8118C (or 0xC8118C) is known color: Medium Violet Red. HEX triplet: C8, 11 and 8C. RGB value is (200,17,140). Sum of RGB (Red+Green+Blue) = 200+17+140=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C8118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8118C is #37EE73. Grayscale: #555555. Windows color (decimal): -3665524 or 9179592. OLE color: 9179592.

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

Color convert

RGB 200 17 140 -
CMYK 0 0.92 0.3 0.22
HSL 319.67º 0.84% 0.43% -
HSV(B) 319.67º 0.92% 0.78% -
XYZ 28.75 14.57 26.11 -
YUV 85.74 158.63 209.5 -
System Red Green Blue C M Y K H S L
Decimal 200 17 140 0 0.92 0.3 0.22 319.67 0.84 0.43
Hex C8 11 8C 0 5C 1E 16 140 54 2B
Octal 310 21 214 0 134 36 26 500 124 53
Binary 11001000 10001 10001100 0 1011100 11110 10110 101000000 1010100 101011

Color Harmonies of #C8118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8118C

Black with #C8118C

Text Example


Text Example

White with #C8118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8118C; }

 p { color: rgb(200,17,140); }

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

background-color css

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

 a { background-color: rgb(200,17,140); }

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

border-color css

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

 span { border-color: rgb(200,17,140); }

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