#C01EC3

Color #C01EC3 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C01EC3

Tints of Deep Magenta #C01EC3

Color information

#C01EC3 (or 0xC01EC3) is unknown color: approx Deep Magenta. HEX triplet: C0, 1E and C3. RGB value is (192,30,195). Sum of RGB (Red+Green+Blue) = 192+30+195=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 195 - color contains mainly: blue. Hex color #C01EC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01EC3 is #3FE13C. Grayscale: #606060. Windows color (decimal): -4186429 or 12787392. OLE color: 12787392.

HSL color Cylindrical-coordinate representation of color #C01EC3: hue angle of 298.91º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01EC3 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19230195-
CMYK0.020.8500.24
HSL298.91º73.33%44.12%-
HSV(B)298.91º84.62%76.47%-
XYZ32.0516.0853.04-
YUV97.25183.17195.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 30 (12.11% from 255) = 7.19%
BLUE value IS 195 (76.56% from 255) = 46.76%
R=46.04%
G=7.19%
B=46.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192301950.020.8500.24298.9173.3344.12
HexC01EC325501812b492c
Octal30036303212503045311154
Binary1100000011110110000111010101010110001001010111001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01EC3; }

 p { color: rgb(192,30,195); }

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

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

 a { background-color: rgb(192,30,195); }

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

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

 span { border-color: rgb(192,30,195); }

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