#C21E92

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

Shades of Medium Violet Red #C21E92

Tints of Medium Violet Red #C21E92

Color information

#C21E92 (or 0xC21E92) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1E and 92. RGB value is (194,30,146). Sum of RGB (Red+Green+Blue) = 194+30+146=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21E92 is #3DE16D. Grayscale: #5B5B5B. Windows color (decimal): -4055406 or 9576130. OLE color: 9576130.

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

Color convert

RGB19430146-
CMYK00.850.250.24
HSL317.56º73.21%43.92%-
HSV(B)317.56º84.54%76.08%-
XYZ27.914.4728.52-
YUV92.26158.33200.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 30 (12.11% from 255) = 8.11%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=52.43%
G=8.11%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943014600.850.250.24317.5673.2143.92
HexC21E92055191813e492c
Octal302362220125313047611154
Binary1100001011110100100100101010111001110001001111101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21E92; }

 p { color: rgb(194,30,146); }

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

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

 a { background-color: rgb(194,30,146); }

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

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

 span { border-color: rgb(194,30,146); }

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