Html Css Color HEX #C2178A Medium Violet Red

📋 copy color: '#C2178A'

red 194 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #C2178A

Tints of Medium Violet Red #C2178A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.87%

R = 54.65%
G = 6.48%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2178A (or 0xC2178A) is known color: Medium Violet Red. HEX triplet: C2, 17 and 8A. RGB value is (194,23,138). Sum of RGB (Red+Green+Blue) = 194+23+138=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2178A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2178A is #3DE875. Grayscale: #565656. Windows color (decimal): -4057206 or 9050050. OLE color: 9050050.

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

Color convert

RGB 194 23 138 -
CMYK 0 0.88 0.29 0.24
HSL 319.65º 0.79% 0.43% -
HSV(B) 319.65º 0.88% 0.76% -
XYZ 27.14 13.92 25.3 -
YUV 87.24 156.65 204.15 -
System Red Green Blue C M Y K H S L
Decimal 194 23 138 0 0.88 0.29 0.24 319.65 0.79 0.43
Hex C2 17 8A 0 58 1D 18 140 4F 2B
Octal 302 27 212 0 130 35 30 500 117 53
Binary 11000010 10111 10001010 0 1011000 11101 11000 101000000 1001111 101011

Color Harmonies of #C2178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2178A

Black with #C2178A

Text Example


Text Example

White with #C2178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2178A; }

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

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

background-color css

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

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

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

border-color css

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

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

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