Html Css Color HEX #C0119D Medium Violet Red

📋 copy color: '#C0119D'

red 192 ◦ green 17 ◦ blue 157

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

Shades of Medium Violet Red #C0119D

Tints of Medium Violet Red #C0119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 52.46%
G = 4.64%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#C0119D (or 0xC0119D) is known color: Medium Violet Red. HEX triplet: C0, 11 and 9D. RGB value is (192,17,157). Sum of RGB (Red+Green+Blue) = 192+17+157=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0119D is #3FEE62. Grayscale: #545454. Windows color (decimal): -4189795 or 10293696. OLE color: 10293696.

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

Color convert

RGB 192 17 157 -
CMYK 0 0.91 0.18 0.25
HSL 312º 0.84% 0.41% -
HSV(B) 312º 0.91% 0.75% -
XYZ 28.02 14.04 33.13 -
YUV 85.29 168.48 204.12 -
System Red Green Blue C M Y K H S L
Decimal 192 17 157 0 0.91 0.18 0.25 312 0.84 0.41
Hex C0 11 9D 0 5B 12 19 138 54 29
Octal 300 21 235 0 133 22 31 470 124 51
Binary 11000000 10001 10011101 0 1011011 10010 11001 100111000 1010100 101001

Color Harmonies of #C0119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0119D

Black with #C0119D

Text Example


Text Example

White with #C0119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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