#C71DC4

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

Shades of Deep Magenta #C71DC4

Tints of Deep Magenta #C71DC4

Color information

#C71DC4 (or 0xC71DC4) is unknown color: approx Deep Magenta. HEX triplet: C7, 1D and C4. RGB value is (199,29,196). Sum of RGB (Red+Green+Blue) = 199+29+196=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DC4 is #38E23B. Grayscale: #626262. Windows color (decimal): -3727932 or 12852679. OLE color: 12852679.

HSL color Cylindrical-coordinate representation of color #C71DC4: hue angle of 301.06º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DC4 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB19929196-
CMYK00.850.020.22
HSL301.06º74.56%44.71%-
HSV(B)301.06º85.43%78.04%-
XYZ33.9617.0153.72-
YUV98.87182.82199.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.93%
GREEN value IS 29 (11.72% from 255) = 6.84%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=46.93%
G=6.84%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1992919600.850.020.22301.0674.5644.71
HexC71DC405521612d4b2d
Octal30735304012522645511355
Binary1100011111101110001000101010110101101001011011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C71DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C71DC4; }

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

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

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

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

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

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

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

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