Html Css Color HEX #C2119C Medium Violet Red

📋 copy color: '#C2119C'

red 194 ◦ green 17 ◦ blue 156

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

Shades of Medium Violet Red #C2119C

Tints of Medium Violet Red #C2119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.51%

R = 52.86%
G = 4.63%
B = 42.51%

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

#C2119C (or 0xC2119C) is known color: Medium Violet Red. HEX triplet: C2, 11 and 9C. RGB value is (194,17,156). Sum of RGB (Red+Green+Blue) = 194+17+156=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 17 (7.03% from 255 or 4.63% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2119C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2119C is #3DEE63. Grayscale: #555555. Windows color (decimal): -4058724 or 10228162. OLE color: 10228162.

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

Color convert

RGB 194 17 156 -
CMYK 0 0.91 0.20 0.24
HSL 312.88º 0.84% 0.41% -
HSV(B) 312.88º 0.91% 0.76% -
XYZ 28.45 14.27 32.71 -
YUV 85.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 194 17 156 0 0.91 0.20 0.24 312.88 0.84 0.41
Hex C2 11 9C 0 5B 14 18 139 54 29
Octal 302 21 234 0 133 24 30 471 124 51
Binary 11000010 10001 10011100 0 1011011 10100 11000 100111001 1010100 101001

Color Harmonies of #C2119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2119C

Black with #C2119C

Text Example


Text Example

White with #C2119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2119C; }

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

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

background-color css

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

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

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

border-color css

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

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

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