Html Css Color HEX #C20399 Medium Violet Red

📋 copy color: '#C20399'

red 194 ◦ green 3 ◦ blue 153

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

Shades of Medium Violet Red #C20399

Tints of Medium Violet Red #C20399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

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

R = 55.43%
G = 0.86%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C20399 (or 0xC20399) is known color: Medium Violet Red. HEX triplet: C2, 03 and 99. RGB value is (194,3,153). Sum of RGB (Red+Green+Blue) = 194+3+153=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C20399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20399 is #3DFC66. Grayscale: #4C4C4C. Windows color (decimal): -4062311 or 10027970. OLE color: 10027970.

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

Color convert

RGB 194 3 153 -
CMYK 0 0.98 0.21 0.24
HSL 312.88º 0.97% 0.39% -
HSV(B) 312.88º 0.98% 0.76% -
XYZ 28.03 13.83 31.33 -
YUV 77.21 170.78 211.3 -
System Red Green Blue C M Y K H S L
Decimal 194 3 153 0 0.98 0.21 0.24 312.88 0.97 0.39
Hex C2 3 99 0 62 15 18 139 61 27
Octal 302 3 231 0 142 25 30 471 141 47
Binary 11000010 11 10011001 0 1100010 10101 11000 100111001 1100001 100111

Color Harmonies of #C20399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20399

Black with #C20399

Text Example


Text Example

White with #C20399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20399; }

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

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

background-color css

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

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

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

border-color css

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

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

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