Html Css Color HEX #C2156D Medium Violet Red

📋 copy color: '#C2156D'

red 194 ◦ green 21 ◦ blue 109

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

Shades of Medium Violet Red #C2156D

Tints of Medium Violet Red #C2156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 59.88%
G = 6.48%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2156D (or 0xC2156D) is known color: Medium Violet Red. HEX triplet: C2, 15 and 6D. RGB value is (194,21,109). Sum of RGB (Red+Green+Blue) = 194+21+109=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2156D is #3DEA92. Grayscale: #525252. Windows color (decimal): -4057747 or 7148994. OLE color: 7148994.

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

Color convert

RGB 194 21 109 -
CMYK 0 0.89 0.44 0.24
HSL 329.48º 0.8% 0.42% -
HSV(B) 329.48º 0.89% 0.76% -
XYZ 25.28 13.11 15.67 -
YUV 82.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 194 21 109 0 0.89 0.44 0.24 329.48 0.8 0.42
Hex C2 15 6D 0 59 2C 18 149 50 2A
Octal 302 25 155 0 131 54 30 511 120 52
Binary 11000010 10101 1101101 0 1011001 101100 11000 101001001 1010000 101010

Color Harmonies of #C2156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2156D

Black with #C2156D

Text Example


Text Example

White with #C2156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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