#C21882

Color #C21882 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C21882

Tints of Medium Violet Red #C21882

Color information

#C21882 (or 0xC21882) is unknown color: approx Medium Violet Red. HEX triplet: C2, 18 and 82. RGB value is (194,24,130). Sum of RGB (Red+Green+Blue) = 194+24+130=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C21882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21882 is #3DE77D. Grayscale: #565656. Windows color (decimal): -4056958 or 8526018. OLE color: 8526018.

HSL color Cylindrical-coordinate representation of color #C21882: hue angle of 322.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21882 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB19424130-
CMYK00.880.330.24
HSL322.59º77.98%42.75%-
HSV(B)322.59º87.63%76.08%-
XYZ26.613.7322.37-
YUV86.91152.32204.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 130 (51.17% from 255) = 37.36%
R=55.75%
G=6.90%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942413000.880.330.24322.5977.9842.75
HexC2188205821181434e2b
Octal302302020130413050311653
Binary11000010110001000001001011000100001110001010000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21882; }

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

 H1.HeaderClassName
 {
   color: #C21882;
 }
 .AnyTagClassName
 {
   color: #C21882;
 }
</style>
background-color css

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

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

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

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

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

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