#C019B4

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

Shades of Deep Magenta #C019B4

Tints of Deep Magenta #C019B4

Color information

#C019B4 (or 0xC019B4) is unknown color: approx Deep Magenta. HEX triplet: C0, 19 and B4. RGB value is (192,25,180). Sum of RGB (Red+Green+Blue) = 192+25+180=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 25 (10.16% from 255 or 6.30% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C019B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019B4 is #3FE64B. Grayscale: #5C5C5C. Windows color (decimal): -4187724 or 11803072. OLE color: 11803072.

HSL color Cylindrical-coordinate representation of color #C019B4: hue angle of 304.31º 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 #C019B4 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19225180-
CMYK00.870.060.25
HSL304.31º76.96%42.55%-
HSV(B)304.31º86.98%75.29%-
XYZ30.3215.244.52-
YUV92.6177.33198.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.36%
GREEN value IS 25 (10.16% from 255) = 6.30%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=48.36%
G=6.30%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922518000.870.060.25304.3176.9642.55
HexC019B40576191304d2b
Octal30031264012763146011553
Binary11000000110011011010001010111110110011001100001001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C019B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C019B4; }

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

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

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

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

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

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

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

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