#C40C6A

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

Shades of Medium Violet Red #C40C6A

Tints of Medium Violet Red #C40C6A

Color information

#C40C6A (or 0xC40C6A) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0C and 6A. RGB value is (196,12,106). Sum of RGB (Red+Green+Blue) = 196+12+106=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C6A is #3BF395. Grayscale: #4D4D4D. Windows color (decimal): -3928982 or 6950084. OLE color: 6950084.

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

Color convert

RGB19612106-
CMYK00.940.460.23
HSL329.35º88.46%40.78%-
HSV(B)329.35º93.88%76.86%-
XYZ25.513.0414.81-
YUV77.73143.96212.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.42%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 106 (41.80% from 255) = 33.76%
R=62.42%
G=3.82%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961210600.940.460.23329.3588.4640.78
HexC4C6A05E2E171495829
Octal304141520136562751113051
Binary110001001100110101001011110101110101111010010011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40C6A; }

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

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

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

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

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

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

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

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