Html Css Color HEX #C2119B Medium Violet Red

📋 copy color: '#C2119B'

red 194 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #C2119B

Tints of Medium Violet Red #C2119B

RGB

 RED value IS 194 (76.17% from 255) = 53.01%

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 53.01%
G = 4.64%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2119B (or 0xC2119B) is known color: Medium Violet Red. HEX triplet: C2, 11 and 9B. RGB value is (194,17,155). Sum of RGB (Red+Green+Blue) = 194+17+155=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C2119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2119B is #3DEE64. Grayscale: #555555. Windows color (decimal): -4058725 or 10162626. OLE color: 10162626.

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

Color convert

RGB 194 17 155 -
CMYK 0 0.91 0.20 0.24
HSL 313.22º 0.84% 0.41% -
HSV(B) 313.22º 0.91% 0.76% -
XYZ 28.36 14.24 32.26 -
YUV 85.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 194 17 155 0 0.91 0.20 0.24 313.22 0.84 0.41
Hex C2 11 9B 0 5B 14 18 139 54 29
Octal 302 21 233 0 133 24 30 471 124 51
Binary 11000010 10001 10011011 0 1011011 10100 11000 100111001 1010100 101001

Color Harmonies of #C2119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2119B

Black with #C2119B

Text Example


Text Example

White with #C2119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2119B; }

 p { color: rgb(194,17,155); }

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

background-color css

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

 a { background-color: rgb(194,17,155); }

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

border-color css

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

 span { border-color: rgb(194,17,155); }

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