#c42e97

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

Shades of Medium Red Violet #C42E97

Tints of Medium Red Violet #C42E97

Color information

#C42E97 (or 0xC42E97) is unknown color: approx Medium Red Violet. HEX triplet: C4, 2E and 97. RGB value is (196,46,151). Sum of RGB (Red+Green+Blue) = 196+46+151=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42E97 is #3BD168. Grayscale: #666666. Windows color (decimal): -3920233 or 9907908. OLE color: 9907908.

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

Color convert

RGB19646151-
CMYK00.770.230.23
HSL318º61.98%47.45%-
HSV(B)318º76.53%76.86%-
XYZ29.3315.9230.81-
YUV102.82155.2194.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.87%
GREEN value IS 46 (18.36% from 255) = 11.70%
BLUE value IS 151 (59.38% from 255) = 38.42%
R=49.87%
G=11.70%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964615100.770.230.2331861.9847.45
HexC42E9704D171713e3e2f
Octal30456227011527274767657
Binary1100010010111010010111010011011011110111100111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42e97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42e97; }

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

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

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

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

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

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

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

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