Html Css Color HEX #C20799 Medium Violet Red

📋 copy color: '#C20799'

red 194 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #C20799

Tints of Medium Violet Red #C20799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.98%

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

R = 54.8%
G = 1.98%
B = 43.22%

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

#C20799 (or 0xC20799) is known color: Medium Violet Red. HEX triplet: C2, 07 and 99. RGB value is (194,7,153). Sum of RGB (Red+Green+Blue) = 194+7+153=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C20799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20799 is #3DF866. Grayscale: #4F4F4F. Windows color (decimal): -4061287 or 10028994. OLE color: 10028994.

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

Color convert

RGB 194 7 153 -
CMYK 0 0.96 0.21 0.24
HSL 313.16º 0.93% 0.39% -
HSV(B) 313.16º 0.96% 0.76% -
XYZ 28.07 13.92 31.34 -
YUV 79.56 169.45 209.63 -
System Red Green Blue C M Y K H S L
Decimal 194 7 153 0 0.96 0.21 0.24 313.16 0.93 0.39
Hex C2 7 99 0 60 15 18 139 5D 27
Octal 302 7 231 0 140 25 30 471 135 47
Binary 11000010 111 10011001 0 1100000 10101 11000 100111001 1011101 100111

Color Harmonies of #C20799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20799

Black with #C20799

Text Example


Text Example

White with #C20799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20799; }

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

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

background-color css

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

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

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

border-color css

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

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

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