#C019C3

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

Shades of Deep Magenta #C019C3

Tints of Deep Magenta #C019C3

Color information

#C019C3 (or 0xC019C3) is unknown color: approx Deep Magenta. HEX triplet: C0, 19 and C3. RGB value is (192,25,195). Sum of RGB (Red+Green+Blue) = 192+25+195=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 195 (76.56% from 255 or 47.33% from 412); Max value from RGB is 195 - color contains mainly: blue. Hex color #C019C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C019C3 is #3FE63C. Grayscale: #5D5D5D. Windows color (decimal): -4187709 or 12786112. OLE color: 12786112.

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

Color convert

RGB19225195-
CMYK0.020.8700.24
HSL298.94º77.27%43.14%-
HSV(B)298.94º87.18%76.47%-
XYZ31.9415.8453-
YUV94.31184.83197.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 25 (10.16% from 255) = 6.07%
BLUE value IS 195 (76.56% from 255) = 47.33%
R=46.60%
G=6.07%
B=47.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192251950.020.8700.24298.9477.2743.14
HexC019C325701812b4d2b
Octal30031303212703045311553
Binary1100000011001110000111010101110110001001010111001101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C019C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C019C3; }

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

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

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

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

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

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

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

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