#C21084

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

Shades of Medium Violet Red #C21084

Tints of Medium Violet Red #C21084

Color information

#C21084 (or 0xC21084) is unknown color: approx Medium Violet Red. HEX triplet: C2, 10 and 84. RGB value is (194,16,132). Sum of RGB (Red+Green+Blue) = 194+16+132=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 132 (51.95% from 255 or 38.60% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C21084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C21084 is #3DEF7B. Grayscale: #525252. Windows color (decimal): -4059004 or 8655042. OLE color: 8655042.

HSL color Cylindrical-coordinate representation of color #C21084: hue angle of 320.9º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21084 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19416132-
CMYK00.920.320.24
HSL320.9º84.76%41.18%-
HSV(B)320.9º91.75%76.08%-
XYZ26.613.5123.03-
YUV82.45155.97207.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 132 (51.95% from 255) = 38.60%
R=56.73%
G=4.68%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941613200.920.320.24320.984.7641.18
HexC2108405C20181415529
Octal302202040134403050112551
Binary11000010100001000010001011100100000110001010000011010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21084; }

 p { color: rgb(194,16,132); }

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

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

 a { background-color: rgb(194,16,132); }

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

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

 span { border-color: rgb(194,16,132); }

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