Html Css Color HEX #C2157C Medium Violet Red

📋 copy color: '#C2157C'

red 194 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #C2157C

Tints of Medium Violet Red #C2157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.58%

R = 57.23%
G = 6.19%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2157C (or 0xC2157C) is known color: Medium Violet Red. HEX triplet: C2, 15 and 7C. RGB value is (194,21,124). Sum of RGB (Red+Green+Blue) = 194+21+124=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2157C is #3DEA83. Grayscale: #545454. Windows color (decimal): -4057732 or 8132034. OLE color: 8132034.

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

Color convert

RGB 194 21 124 -
CMYK 0 0.89 0.36 0.24
HSL 324.28º 0.8% 0.42% -
HSV(B) 324.28º 0.89% 0.76% -
XYZ 26.15 13.46 20.29 -
YUV 84.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 194 21 124 0 0.89 0.36 0.24 324.28 0.8 0.42
Hex C2 15 7C 0 59 24 18 144 50 2A
Octal 302 25 174 0 131 44 30 504 120 52
Binary 11000010 10101 1111100 0 1011001 100100 11000 101000100 1010000 101010

Color Harmonies of #C2157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2157C

Black with #C2157C

Text Example


Text Example

White with #C2157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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