Html Css Color HEX #C2199D Medium Violet Red

📋 copy color: '#C2199D'

red 194 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #C2199D

Tints of Medium Violet Red #C2199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.65%

 BLUE value IS 157 (61.72% from 255) = 41.76%

R = 51.6%
G = 6.65%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2199D (or 0xC2199D) is known color: Medium Violet Red. HEX triplet: C2, 19 and 9D. RGB value is (194,25,157). Sum of RGB (Red+Green+Blue) = 194+25+157=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 157 (61.72% from 255 or 41.76% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2199D is #3DE662. Grayscale: #5A5A5A. Windows color (decimal): -4056675 or 10295746. OLE color: 10295746.

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

Color convert

RGB 194 25 157 -
CMYK 0 0.87 0.19 0.24
HSL 313.14º 0.77% 0.43% -
HSV(B) 313.14º 0.87% 0.76% -
XYZ 28.68 14.6 33.2 -
YUV 90.58 165.49 201.77 -
System Red Green Blue C M Y K H S L
Decimal 194 25 157 0 0.87 0.19 0.24 313.14 0.77 0.43
Hex C2 19 9D 0 57 13 18 139 4D 2B
Octal 302 31 235 0 127 23 30 471 115 53
Binary 11000010 11001 10011101 0 1010111 10011 11000 100111001 1001101 101011

Color Harmonies of #C2199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2199D

Black with #C2199D

Text Example


Text Example

White with #C2199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2199D; }

 p { color: rgb(194,25,157); }

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

background-color css

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

 a { background-color: rgb(194,25,157); }

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

border-color css

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

 span { border-color: rgb(194,25,157); }

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