#C42998

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

Shades of Medium Red Violet #C42998

Tints of Medium Red Violet #C42998

Color information

#C42998 (or 0xC42998) is unknown color: approx Medium Red Violet. HEX triplet: C4, 29 and 98. RGB value is (196,41,152). Sum of RGB (Red+Green+Blue) = 196+41+152=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 41 (16.41% from 255 or 10.54% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C42998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42998 is #3BD667. Grayscale: #636363. Windows color (decimal): -3921512 or 9972164. OLE color: 9972164.

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

Color convert

RGB19641152-
CMYK00.790.220.23
HSL317.03º65.4%46.47%-
HSV(B)317.03º79.08%76.86%-
XYZ29.2315.5931.17-
YUV100157.35196.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 41 (16.41% from 255) = 10.54%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=50.39%
G=10.54%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964115200.790.220.23317.0365.446.47
HexC4299804F161713d412e
Octal304512300117262747510156
Binary11000100101001100110000100111110110101111001111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42998; }

 p { color: rgb(196,41,152); }

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

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

 a { background-color: rgb(196,41,152); }

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

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

 span { border-color: rgb(196,41,152); }

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