Html Css Color HEX #C2159D Medium Violet Red

📋 copy color: '#C2159D'

red 194 ◦ green 21 ◦ blue 157

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

Shades of Medium Violet Red #C2159D

Tints of Medium Violet Red #C2159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.65%

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

R = 52.15%
G = 5.65%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2159D (or 0xC2159D) is known color: Medium Violet Red. HEX triplet: C2, 15 and 9D. RGB value is (194,21,157). Sum of RGB (Red+Green+Blue) = 194+21+157=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2159D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2159D is #3DEA62. Grayscale: #575757. Windows color (decimal): -4057699 or 10294722. OLE color: 10294722.

HSL color Cylindrical-coordinate representation of color #C2159D: hue angle of 312.83º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2159D is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 157 -
CMYK 0 0.89 0.19 0.24
HSL 312.83º 0.8% 0.42% -
HSV(B) 312.83º 0.89% 0.76% -
XYZ 28.6 14.44 33.18 -
YUV 88.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 194 21 157 0 0.89 0.19 0.24 312.83 0.8 0.42
Hex C2 15 9D 0 59 13 18 139 50 2A
Octal 302 25 235 0 131 23 30 471 120 52
Binary 11000010 10101 10011101 0 1011001 10011 11000 100111001 1010000 101010

Color Harmonies of #C2159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2159D

Black with #C2159D

Text Example


Text Example

White with #C2159D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2159D; }

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

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

background-color css

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

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

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

border-color css

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

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

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