Html Css Color HEX #C2177C Medium Violet Red

📋 copy color: '#C2177C'

red 194 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #C2177C

Tints of Medium Violet Red #C2177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.74%

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

R = 56.89%
G = 6.74%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2177C (or 0xC2177C) is known color: Medium Violet Red. HEX triplet: C2, 17 and 7C. RGB value is (194,23,124). Sum of RGB (Red+Green+Blue) = 194+23+124=341 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.89% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 194 - color contains mainly: red. Hex color #C2177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2177C is #3DE883. Grayscale: #555555. Windows color (decimal): -4057220 or 8132546. OLE color: 8132546.

HSL color Cylindrical-coordinate representation of color #C2177C: hue angle of 324.56º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2177C is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 23 124 -
CMYK 0 0.88 0.36 0.24
HSL 324.56º 0.79% 0.43% -
HSV(B) 324.56º 0.88% 0.76% -
XYZ 26.19 13.54 20.3 -
YUV 85.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 194 23 124 0 0.88 0.36 0.24 324.56 0.79 0.43
Hex C2 17 7C 0 58 24 18 145 4F 2B
Octal 302 27 174 0 130 44 30 505 117 53
Binary 11000010 10111 1111100 0 1011000 100100 11000 101000101 1001111 101011

Color Harmonies of #C2177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2177C

Black with #C2177C

Text Example


Text Example

White with #C2177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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