#C42B8D

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

Shades of Medium Red Violet #C42B8D

Tints of Medium Red Violet #C42B8D

Color information

#C42B8D (or 0xC42B8D) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and 8D. RGB value is (196,43,141). Sum of RGB (Red+Green+Blue) = 196+43+141=380 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.58% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B8D is #3BD472. Grayscale: #636363. Windows color (decimal): -3921011 or 9251780. OLE color: 9251780.

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

Color convert

RGB19643141-
CMYK00.780.280.23
HSL321.57º64.02%46.86%-
HSV(B)321.57º78.06%76.86%-
XYZ28.4415.3926.67-
YUV99.92151.19196.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.58%
GREEN value IS 43 (17.19% from 255) = 11.32%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=51.58%
G=11.32%
B=37.11%

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
Decimal1964314100.780.280.23321.5764.0246.86
HexC42B8D04E1C17142402f
Octal304532150116342750210057
Binary11000100101011100011010100111011100101111010000101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42B8D; }

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

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

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

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

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

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

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

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