Html Css Color HEX #C2119D Medium Violet Red

📋 copy color: '#C2119D'

red 194 ◦ green 17 ◦ blue 157

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

Shades of Medium Violet Red #C2119D

Tints of Medium Violet Red #C2119D

RGB

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

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

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

R = 52.72%
G = 4.62%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2119D (or 0xC2119D) is known color: Medium Violet Red. HEX triplet: C2, 11 and 9D. RGB value is (194,17,157). Sum of RGB (Red+Green+Blue) = 194+17+157=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2119D is #3DEE62. Grayscale: #555555. Windows color (decimal): -4058723 or 10293698. OLE color: 10293698.

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

Color convert

RGB 194 17 157 -
CMYK 0 0.91 0.19 0.24
HSL 312.54º 0.84% 0.41% -
HSV(B) 312.54º 0.91% 0.76% -
XYZ 28.53 14.3 33.16 -
YUV 85.88 168.14 205.12 -
System Red Green Blue C M Y K H S L
Decimal 194 17 157 0 0.91 0.19 0.24 312.54 0.84 0.41
Hex C2 11 9D 0 5B 13 18 139 54 29
Octal 302 21 235 0 133 23 30 471 124 51
Binary 11000010 10001 10011101 0 1011011 10011 11000 100111001 1010100 101001

Color Harmonies of #C2119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2119D

Black with #C2119D

Text Example


Text Example

White with #C2119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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