Html Css Color HEX #C0119F Medium Violet Red

📋 copy color: '#C0119F'

red 192 ◦ green 17 ◦ blue 159

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

Shades of Medium Violet Red #C0119F

Tints of Medium Violet Red #C0119F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 52.17%
G = 4.62%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#C0119F (or 0xC0119F) is known color: Medium Violet Red. HEX triplet: C0, 11 and 9F. RGB value is (192,17,159). Sum of RGB (Red+Green+Blue) = 192+17+159=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0119F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0119F is #3FEE60. Grayscale: #555555. Windows color (decimal): -4189793 or 10424768. OLE color: 10424768.

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

Color convert

RGB 192 17 159 -
CMYK 0 0.91 0.17 0.25
HSL 311.31º 0.84% 0.41% -
HSV(B) 311.31º 0.91% 0.75% -
XYZ 28.2 14.11 34.04 -
YUV 85.51 169.48 203.95 -
System Red Green Blue C M Y K H S L
Decimal 192 17 159 0 0.91 0.17 0.25 311.31 0.84 0.41
Hex C0 11 9F 0 5B 11 19 137 54 29
Octal 300 21 237 0 133 21 31 467 124 51
Binary 11000000 10001 10011111 0 1011011 10001 11001 100110111 1010100 101001

Color Harmonies of #C0119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0119F

Black with #C0119F

Text Example


Text Example

White with #C0119F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0119F; }

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

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

background-color css

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

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

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

border-color css

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

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

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