#C019BE

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

Shades of Deep Magenta #C019BE

Tints of Deep Magenta #C019BE

Color information

#C019BE (or 0xC019BE) is unknown color: approx Deep Magenta. HEX triplet: C0, 19 and BE. RGB value is (192,25,190). Sum of RGB (Red+Green+Blue) = 192+25+190=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C019BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019BE is #3FE641. Grayscale: #5D5D5D. Windows color (decimal): -4187714 or 12458432. OLE color: 12458432.

HSL color Cylindrical-coordinate representation of color #C019BE: hue angle of 300.72º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C019BE is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19225190-
CMYK00.870.010.25
HSL300.72º76.96%42.55%-
HSV(B)300.72º86.98%75.29%-
XYZ31.3815.6250.08-
YUV93.74182.33198.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 25 (10.16% from 255) = 6.14%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=47.17%
G=6.14%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922519000.870.010.25300.7276.9642.55
HexC019BE05711912d4d2b
Octal30031276012713145511553
Binary110000001100110111110010101111110011001011011001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C019BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C019BE; }

 p { color: rgb(192,25,190); }

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

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

 a { background-color: rgb(192,25,190); }

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

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

 span { border-color: rgb(192,25,190); }

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