#C42B8E

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

Shades of Medium Red Violet #C42B8E

Tints of Medium Red Violet #C42B8E

Color information

#C42B8E (or 0xC42B8E) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and 8E. RGB value is (196,43,142). Sum of RGB (Red+Green+Blue) = 196+43+142=381 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.44% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B8E is #3BD471. Grayscale: #636363. Windows color (decimal): -3921010 or 9317316. OLE color: 9317316.

HSL color Cylindrical-coordinate representation of color #C42B8E: hue angle of 321.18º 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 #C42B8E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB19643142-
CMYK00.780.280.23
HSL321.18º64.02%46.86%-
HSV(B)321.18º78.06%76.86%-
XYZ28.5115.4227.06-
YUV100.03151.69196.45-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.44%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 142 (55.86% from 255) = 37.27%
R=51.44%
G=11.29%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964314200.780.280.23321.1864.0246.86
HexC42B8E04E1C17141402f
Octal304532160116342750110057
Binary11000100101011100011100100111011100101111010000011000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B8E; }

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

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

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

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

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

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

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

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