Html Css Color HEX #C2096D Medium Violet Red

📋 copy color: '#C2096D'

red 194 ◦ green 9 ◦ blue 109

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

Shades of Medium Violet Red #C2096D

Tints of Medium Violet Red #C2096D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 62.18%
G = 2.88%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2096D (or 0xC2096D) is known color: Medium Violet Red. HEX triplet: C2, 09 and 6D. RGB value is (194,9,109). Sum of RGB (Red+Green+Blue) = 194+9+109=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2096D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2096D is #3DF692. Grayscale: #4B4B4B. Windows color (decimal): -4060819 or 7145922. OLE color: 7145922.

HSL color Cylindrical-coordinate representation of color #C2096D: hue angle of 327.57º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2096D is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 9 109 -
CMYK 0 0.95 0.44 0.24
HSL 327.57º 0.91% 0.4% -
HSV(B) 327.57º 0.95% 0.76% -
XYZ 25.11 12.77 15.61 -
YUV 75.72 146.79 212.37 -
System Red Green Blue C M Y K H S L
Decimal 194 9 109 0 0.95 0.44 0.24 327.57 0.91 0.4
Hex C2 9 6D 0 5F 2C 18 148 5B 28
Octal 302 11 155 0 137 54 30 510 133 50
Binary 11000010 1001 1101101 0 1011111 101100 11000 101001000 1011011 101000

Color Harmonies of #C2096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2096D

Black with #C2096D

Text Example


Text Example

White with #C2096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2096D; }

 p { color: rgb(194,9,109); }

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

background-color css

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

 a { background-color: rgb(194,9,109); }

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

border-color css

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

 span { border-color: rgb(194,9,109); }

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