Html Css Color HEX #C2099D Medium Violet Red

📋 copy color: '#C2099D'

red 194 ◦ green 9 ◦ blue 157

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

Shades of Medium Violet Red #C2099D

Tints of Medium Violet Red #C2099D

RGB

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

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

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

R = 53.89%
G = 2.5%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2099D (or 0xC2099D) is known color: Medium Violet Red. HEX triplet: C2, 09 and 9D. RGB value is (194,9,157). Sum of RGB (Red+Green+Blue) = 194+9+157=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 157 (61.72% from 255 or 43.61% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2099D is #3DF662. Grayscale: #505050. Windows color (decimal): -4060771 or 10291650. OLE color: 10291650.

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

Color convert

RGB 194 9 157 -
CMYK 0 0.95 0.19 0.24
HSL 312º 0.91% 0.4% -
HSV(B) 312º 0.95% 0.76% -
XYZ 28.43 14.1 33.12 -
YUV 81.19 170.79 208.47 -
System Red Green Blue C M Y K H S L
Decimal 194 9 157 0 0.95 0.19 0.24 312 0.91 0.4
Hex C2 9 9D 0 5F 13 18 138 5B 28
Octal 302 11 235 0 137 23 30 470 133 50
Binary 11000010 1001 10011101 0 1011111 10011 11000 100111000 1011011 101000

Color Harmonies of #C2099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2099D

Black with #C2099D

Text Example


Text Example

White with #C2099D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2099D; }

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

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

background-color css

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

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

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

border-color css

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

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

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