#c027c2

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

Shades of Deep Magenta #C027C2

Tints of Deep Magenta #C027C2

Color information

#C027C2 (or 0xC027C2) is unknown color: approx Deep Magenta. HEX triplet: C0, 27 and C2. RGB value is (192,39,194). Sum of RGB (Red+Green+Blue) = 192+39+194=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #C027C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C027C2 is #3FD83D. Grayscale: #656565. Windows color (decimal): -4184126 or 12724160. OLE color: 12724160.

HSL color Cylindrical-coordinate representation of color #C027C2: hue angle of 299.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C027C2 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19239194-
CMYK0.010.8000.24
HSL299.23º66.52%45.69%-
HSV(B)299.23º79.9%76.08%-
XYZ32.216.5552.54-
YUV102.42179.69191.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 39 (15.62% from 255) = 9.18%
BLUE value IS 194 (76.17% from 255) = 45.65%
R=45.18%
G=9.18%
B=45.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192391940.010.8000.24299.2366.5245.69
HexC027C215001812b432e
Octal30047302112003045310356
Binary1100000010011111000010110100000110001001010111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c027c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c027c2; }

 p { color: rgb(192,39,194); }

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

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

 a { background-color: rgb(192,39,194); }

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

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

 span { border-color: rgb(192,39,194); }

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