#C719B4

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

Shades of Deep Magenta #C719B4

Tints of Deep Magenta #C719B4

Color information

#C719B4 (or 0xC719B4) is unknown color: approx Deep Magenta. HEX triplet: C7, 19 and B4. RGB value is (199,25,180). Sum of RGB (Red+Green+Blue) = 199+25+180=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C719B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C719B4 is #38E64B. Grayscale: #5E5E5E. Windows color (decimal): -3728972 or 11803079. OLE color: 11803079.

HSL color Cylindrical-coordinate representation of color #C719B4: hue angle of 306.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C719B4 is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19925180-
CMYK00.870.100.22
HSL306.55º77.68%43.92%-
HSV(B)306.55º87.44%78.04%-
XYZ32.1416.1344.6-
YUV94.7176.15202.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.26%
GREEN value IS 25 (10.16% from 255) = 6.19%
BLUE value IS 180 (70.70% from 255) = 44.55%
R=49.26%
G=6.19%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992518000.870.100.22306.5577.6843.92
HexC719B4057A161334e2c
Octal307312640127122646311654
Binary110001111100110110100010101111010101101001100111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C719B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C719B4; }

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

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

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

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

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

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

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

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