Html Css Color HEX #C2176C Medium Violet Red

📋 copy color: '#C2176C'

red 194 ◦ green 23 ◦ blue 108

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

Shades of Medium Violet Red #C2176C

Tints of Medium Violet Red #C2176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 59.69%
G = 7.08%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2176C (or 0xC2176C) is known color: Medium Violet Red. HEX triplet: C2, 17 and 6C. RGB value is (194,23,108). Sum of RGB (Red+Green+Blue) = 194+23+108=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C2176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2176C is #3DE893. Grayscale: #535353. Windows color (decimal): -4057236 or 7083970. OLE color: 7083970.

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

Color convert

RGB 194 23 108 -
CMYK 0 0.88 0.44 0.24
HSL 330.18º 0.79% 0.43% -
HSV(B) 330.18º 0.88% 0.76% -
XYZ 25.26 13.16 15.4 -
YUV 83.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 194 23 108 0 0.88 0.44 0.24 330.18 0.79 0.43
Hex C2 17 6C 0 58 2C 18 14A 4F 2B
Octal 302 27 154 0 130 54 30 512 117 53
Binary 11000010 10111 1101100 0 1011000 101100 11000 101001010 1001111 101011

Color Harmonies of #C2176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2176C

Black with #C2176C

Text Example


Text Example

White with #C2176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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