#C40D88

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

Shades of Medium Violet Red #C40D88

Tints of Medium Violet Red #C40D88

Color information

#C40D88 (or 0xC40D88) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0D and 88. RGB value is (196,13,136). Sum of RGB (Red+Green+Blue) = 196+13+136=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C40D88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40D88 is #3BF277. Grayscale: #515151. Windows color (decimal): -3928696 or 8916420. OLE color: 8916420.

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

Color convert

RGB19613136-
CMYK00.930.310.23
HSL319.67º87.56%40.98%-
HSV(B)319.67º93.37%76.86%-
XYZ27.3513.824.51-
YUV81.74158.63209.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 56.81%
GREEN value IS 13 (5.47% from 255) = 3.77%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=56.81%
G=3.77%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961313600.930.310.23319.6787.5640.98
HexC4D8805D1F171405829
Octal304152100135372750013051
Binary110001001101100010000101110111111101111010000001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40D88; }

 p { color: rgb(196,13,136); }

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

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

 a { background-color: rgb(196,13,136); }

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

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

 span { border-color: rgb(196,13,136); }

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