#c40ca0

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

Shades of Medium Violet Red #C40CA0

Tints of Medium Violet Red #C40CA0

Color information

#C40CA0 (or 0xC40CA0) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0C and A0. RGB value is (196,12,160). Sum of RGB (Red+Green+Blue) = 196+12+160=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C40CA0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40CA0 is #3BF35F. Grayscale: #535353. Windows color (decimal): -3928928 or 10489028. OLE color: 10489028.

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

Color convert

RGB19612160-
CMYK00.940.180.23
HSL311.74º88.46%40.78%-
HSV(B)311.74º93.88%76.86%-
XYZ29.2414.5434.52-
YUV83.89170.96207.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.26%
GREEN value IS 12 (5.08% from 255) = 3.26%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=53.26%
G=3.26%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961216000.940.180.23311.7488.4640.78
HexC4CA005E12171385829
Octal304142400136222747013051
Binary110001001100101000000101111010010101111001110001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c40ca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c40ca0; }

 p { color: rgb(196,12,160); }

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

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

 a { background-color: rgb(196,12,160); }

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

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

 span { border-color: rgb(196,12,160); }

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