Html Css Color HEX #C2177E Medium Violet Red

📋 copy color: '#C2177E'

red 194 ◦ green 23 ◦ blue 126

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

Shades of Medium Violet Red #C2177E

Tints of Medium Violet Red #C2177E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 56.56%
G = 6.71%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2177E (or 0xC2177E) is known color: Medium Violet Red. HEX triplet: C2, 17 and 7E. RGB value is (194,23,126). Sum of RGB (Red+Green+Blue) = 194+23+126=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2177E is #3DE881. Grayscale: #555555. Windows color (decimal): -4057218 or 8263618. OLE color: 8263618.

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

Color convert

RGB 194 23 126 -
CMYK 0 0.88 0.35 0.24
HSL 323.86º 0.79% 0.43% -
HSV(B) 323.86º 0.88% 0.76% -
XYZ 26.32 13.59 20.97 -
YUV 85.87 150.65 205.12 -
System Red Green Blue C M Y K H S L
Decimal 194 23 126 0 0.88 0.35 0.24 323.86 0.79 0.43
Hex C2 17 7E 0 58 23 18 144 4F 2B
Octal 302 27 176 0 130 43 30 504 117 53
Binary 11000010 10111 1111110 0 1011000 100011 11000 101000100 1001111 101011

Color Harmonies of #C2177E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2177E

Black with #C2177E

Text Example


Text Example

White with #C2177E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2177E; }

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

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

background-color css

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

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

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

border-color css

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

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

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