#C71AC4

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

Shades of Deep Magenta #C71AC4

Tints of Deep Magenta #C71AC4

Color information

#C71AC4 (or 0xC71AC4) is unknown color: approx Deep Magenta. HEX triplet: C7, 1A and C4. RGB value is (199,26,196). Sum of RGB (Red+Green+Blue) = 199+26+196=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AC4 is #38E53B. Grayscale: #606060. Windows color (decimal): -3728700 or 12851911. OLE color: 12851911.

HSL color Cylindrical-coordinate representation of color #C71AC4: hue angle of 301.04º degrees, saturation: 0.77, 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 #C71AC4 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB19926196-
CMYK00.870.020.22
HSL301.04º76.89%44.12%-
HSV(B)301.04º86.93%78.04%-
XYZ33.8916.8753.69-
YUV97.11183.81200.68-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 26 (10.55% from 255) = 6.18%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=47.27%
G=6.18%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992619600.870.020.22301.0476.8944.12
HexC71AC405721612d4d2c
Octal30732304012722645511554
Binary1100011111010110001000101011110101101001011011001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71AC4; }

 p { color: rgb(199,26,196); }

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

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

 a { background-color: rgb(199,26,196); }

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

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

 span { border-color: rgb(199,26,196); }

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