#c42b97

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

Shades of Medium Red Violet #C42B97

Tints of Medium Red Violet #C42B97

Color information

#C42B97 (or 0xC42B97) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2B and 97. RGB value is (196,43,151). Sum of RGB (Red+Green+Blue) = 196+43+151=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C42B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42B97 is #3BD468. Grayscale: #646464. Windows color (decimal): -3921001 or 9907140. OLE color: 9907140.

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

Color convert

RGB19643151-
CMYK00.780.230.23
HSL317.65º64.02%46.86%-
HSV(B)317.65º78.06%76.86%-
XYZ29.2115.730.77-
YUV101.06156.19195.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 43 (17.19% from 255) = 11.03%
BLUE value IS 151 (59.38% from 255) = 38.72%
R=50.26%
G=11.03%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964315100.780.230.23317.6564.0246.86
HexC42B9704E171713e402f
Octal304532270116272747610057
Binary11000100101011100101110100111010111101111001111101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42b97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42b97; }

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

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

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

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

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

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

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

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