Html Css Color HEX #C0118D Medium Violet Red

📋 copy color: '#C0118D'

red 192 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #C0118D

Tints of Medium Violet Red #C0118D

RGB

 RED value IS 192 (75.39% from 255) = 54.86%

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

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 54.86%
G = 4.86%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0118D (or 0xC0118D) is known color: Medium Violet Red. HEX triplet: C0, 11 and 8D. RGB value is (192,17,141). Sum of RGB (Red+Green+Blue) = 192+17+141=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C0118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0118D is #3FEE72. Grayscale: #535353. Windows color (decimal): -4189811 or 9245120. OLE color: 9245120.

HSL color Cylindrical-coordinate representation of color #C0118D: hue angle of 317.49º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0118D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 141 -
CMYK 0 0.91 0.27 0.25
HSL 317.49º 0.84% 0.41% -
HSV(B) 317.49º 0.91% 0.75% -
XYZ 26.75 13.53 26.4 -
YUV 83.46 160.48 205.42 -
System Red Green Blue C M Y K H S L
Decimal 192 17 141 0 0.91 0.27 0.25 317.49 0.84 0.41
Hex C0 11 8D 0 5B 1B 19 13D 54 29
Octal 300 21 215 0 133 33 31 475 124 51
Binary 11000000 10001 10001101 0 1011011 11011 11001 100111101 1010100 101001

Color Harmonies of #C0118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0118D

Black with #C0118D

Text Example


Text Example

White with #C0118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0118D; }

 p { color: rgb(192,17,141); }

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

background-color css

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

 a { background-color: rgb(192,17,141); }

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

border-color css

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

 span { border-color: rgb(192,17,141); }

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