#c4288c

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

Shades of Medium Red Violet #C4288C

Tints of Medium Red Violet #C4288C

Color information

#C4288C (or 0xC4288C) is unknown color: approx Medium Red Violet. HEX triplet: C4, 28 and 8C. RGB value is (196,40,140). Sum of RGB (Red+Green+Blue) = 196+40+140=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C4288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4288C is #3BD773. Grayscale: #616161. Windows color (decimal): -3921780 or 9185476. OLE color: 9185476.

HSL color Cylindrical-coordinate representation of color #C4288C: hue angle of 321.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4288C is Cyan = 0, Magento = 0.80, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB19640140-
CMYK00.800.290.23
HSL321.54º66.1%46.27%-
HSV(B)321.54º79.59%76.86%-
XYZ28.2615.1526.25-
YUV98.04151.68197.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.13%
GREEN value IS 40 (16.02% from 255) = 10.64%
BLUE value IS 140 (55.08% from 255) = 37.23%
R=52.13%
G=10.64%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964014000.800.290.23321.5466.146.27
HexC4288C0501D17142422e
Octal304502140120352750210256
Binary11000100101000100011000101000011101101111010000101000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4288c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4288c; }

 p { color: rgb(196,40,140); }

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

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

 a { background-color: rgb(196,40,140); }

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

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

 span { border-color: rgb(196,40,140); }

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