#C42B90

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

Shades of Medium Red Violet #C42B90

Tints of Medium Red Violet #C42B90

Color information

#C42B90 (or 0xC42B90) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and 90. RGB value is (196,43,144). Sum of RGB (Red+Green+Blue) = 196+43+144=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B90 is #3BD46F. Grayscale: #646464. Windows color (decimal): -3921008 or 9448388. OLE color: 9448388.

HSL color Cylindrical-coordinate representation of color #C42B90: hue angle of 320.39º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42B90 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19643144-
CMYK00.780.270.23
HSL320.39º64.02%46.86%-
HSV(B)320.39º78.06%76.86%-
XYZ28.6615.4827.86-
YUV100.26152.69196.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 43 (17.19% from 255) = 11.23%
BLUE value IS 144 (56.64% from 255) = 37.60%
R=51.17%
G=11.23%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964314400.780.270.23320.3964.0246.86
HexC42B9004E1B17140402f
Octal304532200116332750010057
Binary11000100101011100100000100111011011101111010000001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B90; }

 p { color: rgb(196,43,144); }

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

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

 a { background-color: rgb(196,43,144); }

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

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

 span { border-color: rgb(196,43,144); }

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