#C40DA4

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

Shades of Medium Violet Red #C40DA4

Tints of Medium Violet Red #C40DA4

Color information

#C40DA4 (or 0xC40DA4) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0D and A4. RGB value is (196,13,164). Sum of RGB (Red+Green+Blue) = 196+13+164=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 13 (5.47% from 255 or 3.49% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DA4 is #3BF25B. Grayscale: #545454. Windows color (decimal): -3928668 or 10751428. OLE color: 10751428.

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

Color convert

RGB19613164-
CMYK00.930.160.23
HSL310.49º87.56%40.98%-
HSV(B)310.49º93.37%76.86%-
XYZ29.6114.736.4-
YUV84.93172.63207.22-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.55%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=52.55%
G=3.49%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961316400.930.160.23310.4987.5640.98
HexC4DA405D10171365829
Octal304152440135202746613051
Binary110001001101101001000101110110000101111001101101011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40DA4; }

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

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

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

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

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

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

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

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