Html Css Color HEX #C2177A Medium Violet Red

📋 copy color: '#C2177A'

red 194 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #C2177A

Tints of Medium Violet Red #C2177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.99%

R = 57.23%
G = 6.78%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2177A (or 0xC2177A) is known color: Medium Violet Red. HEX triplet: C2, 17 and 7A. RGB value is (194,23,122). Sum of RGB (Red+Green+Blue) = 194+23+122=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2177A is #3DE885. Grayscale: #555555. Windows color (decimal): -4057222 or 8001474. OLE color: 8001474.

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

Color convert

RGB 194 23 122 -
CMYK 0 0.88 0.37 0.24
HSL 325.26º 0.79% 0.43% -
HSV(B) 325.26º 0.88% 0.76% -
XYZ 26.07 13.49 19.64 -
YUV 85.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 194 23 122 0 0.88 0.37 0.24 325.26 0.79 0.43
Hex C2 17 7A 0 58 25 18 145 4F 2B
Octal 302 27 172 0 130 45 30 505 117 53
Binary 11000010 10111 1111010 0 1011000 100101 11000 101000101 1001111 101011

Color Harmonies of #C2177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2177A

Black with #C2177A

Text Example


Text Example

White with #C2177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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