#c40da2

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

Shades of Medium Violet Red #C40DA2

Tints of Medium Violet Red #C40DA2

Color information

#C40DA2 (or 0xC40DA2) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0D and A2. RGB value is (196,13,162). Sum of RGB (Red+Green+Blue) = 196+13+162=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C40DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40DA2 is #3BF25D. Grayscale: #545454. Windows color (decimal): -3928670 or 10620356. OLE color: 10620356.

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

Color convert

RGB19613162-
CMYK00.930.170.23
HSL311.15º87.56%40.98%-
HSV(B)311.15º93.37%76.86%-
XYZ29.4314.6335.46-
YUV84.7171.63207.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 52.83%
GREEN value IS 13 (5.47% from 255) = 3.50%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=52.83%
G=3.50%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961316200.930.170.23311.1587.5640.98
HexC4DA205D11171375829
Octal304152420135212746713051
Binary110001001101101000100101110110001101111001101111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c40da2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c40da2; }

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

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

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

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

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

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

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

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