Html Css Color HEX #C20899 Medium Violet Red

📋 copy color: '#C20899'

red 194 ◦ green 8 ◦ blue 153

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

Shades of Medium Violet Red #C20899

Tints of Medium Violet Red #C20899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.25%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 54.65%
G = 2.25%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C20899 (or 0xC20899) is known color: Medium Violet Red. HEX triplet: C2, 08 and 99. RGB value is (194,8,153). Sum of RGB (Red+Green+Blue) = 194+8+153=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C20899 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20899 is #3DF766. Grayscale: #4F4F4F. Windows color (decimal): -4061031 or 10029250. OLE color: 10029250.

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

Color convert

RGB 194 8 153 -
CMYK 0 0.96 0.21 0.24
HSL 313.23º 0.92% 0.4% -
HSV(B) 313.23º 0.96% 0.76% -
XYZ 28.08 13.94 31.35 -
YUV 80.14 169.12 209.21 -
System Red Green Blue C M Y K H S L
Decimal 194 8 153 0 0.96 0.21 0.24 313.23 0.92 0.4
Hex C2 8 99 0 60 15 18 139 5C 28
Octal 302 10 231 0 140 25 30 471 134 50
Binary 11000010 1000 10011001 0 1100000 10101 11000 100111001 1011100 101000

Color Harmonies of #C20899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20899

Black with #C20899

Text Example


Text Example

White with #C20899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20899; }

 p { color: rgb(194,8,153); }

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

background-color css

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

 a { background-color: rgb(194,8,153); }

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

border-color css

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

 span { border-color: rgb(194,8,153); }

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