Html Css Color HEX #C20699 Medium Violet Red

📋 copy color: '#C20699'

red 194 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #C20699

Tints of Medium Violet Red #C20699

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.7%

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

R = 54.96%
G = 1.7%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C20699 (or 0xC20699) is known color: Medium Violet Red. HEX triplet: C2, 06 and 99. RGB value is (194,6,153). Sum of RGB (Red+Green+Blue) = 194+6+153=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C20699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20699 is #3DF966. Grayscale: #4E4E4E. Windows color (decimal): -4061543 or 10028738. OLE color: 10028738.

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

Color convert

RGB 194 6 153 -
CMYK 0 0.97 0.21 0.24
HSL 313.09º 0.94% 0.39% -
HSV(B) 313.09º 0.97% 0.76% -
XYZ 28.06 13.9 31.34 -
YUV 78.97 169.78 210.05 -
System Red Green Blue C M Y K H S L
Decimal 194 6 153 0 0.97 0.21 0.24 313.09 0.94 0.39
Hex C2 6 99 0 61 15 18 139 5E 27
Octal 302 6 231 0 141 25 30 471 136 47
Binary 11000010 110 10011001 0 1100001 10101 11000 100111001 1011110 100111

Color Harmonies of #C20699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20699

Black with #C20699

Text Example


Text Example

White with #C20699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20699; }

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

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

background-color css

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

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

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

border-color css

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

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

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