Html Css Color HEX #C20882 Medium Violet Red

📋 copy color: '#C20882'

red 194 ◦ green 8 ◦ blue 130

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

Shades of Medium Violet Red #C20882

Tints of Medium Violet Red #C20882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.16%

R = 58.43%
G = 2.41%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C20882 (or 0xC20882) is known color: Medium Violet Red. HEX triplet: C2, 08 and 82. RGB value is (194,8,130). Sum of RGB (Red+Green+Blue) = 194+8+130=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C20882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C20882 is #3DF77D. Grayscale: #4D4D4D. Windows color (decimal): -4061054 or 8521922. OLE color: 8521922.

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

Color convert

RGB 194 8 130 -
CMYK 0 0.96 0.33 0.24
HSL 320.65º 0.92% 0.4% -
HSV(B) 320.65º 0.96% 0.76% -
XYZ 26.36 13.25 22.29 -
YUV 77.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 194 8 130 0 0.96 0.33 0.24 320.65 0.92 0.4
Hex C2 8 82 0 60 21 18 141 5C 28
Octal 302 10 202 0 140 41 30 501 134 50
Binary 11000010 1000 10000010 0 1100000 100001 11000 101000001 1011100 101000

Color Harmonies of #C20882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20882

Black with #C20882

Text Example


Text Example

White with #C20882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20882; }

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

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

background-color css

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

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

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

border-color css

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

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

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