#C72ADC

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

Shades of Deep Magenta #C72ADC

Tints of Deep Magenta #C72ADC

Color information

#C72ADC (or 0xC72ADC) is unknown color: approx Deep Magenta. HEX triplet: C7, 2A and DC. RGB value is (199,42,220). Sum of RGB (Red+Green+Blue) = 199+42+220=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 42 (16.80% from 255 or 9.11% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C72ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C72ADC is #38D523. Grayscale: #6C6C6C. Windows color (decimal): -3724580 or 14428871. OLE color: 14428871.

HSL color Cylindrical-coordinate representation of color #C72ADC: hue angle of 292.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72ADC is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB19942220-
CMYK0.100.8100.14
HSL292.92º71.77%51.37%-
HSV(B)292.92º80.91%86.27%-
XYZ37.318.9769.4-
YUV109.24190.51192.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 42 (16.80% from 255) = 9.11%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=43.17%
G=9.11%
B=47.72%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal199422200.100.8100.14292.9271.7751.37
HexC72ADCA510E1254833
Octal307523341212101644511063
Binary110001111010101101110010101010001011101001001011001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72ADC; }

 p { color: rgb(199,42,220); }

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

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

 a { background-color: rgb(199,42,220); }

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

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

 span { border-color: rgb(199,42,220); }

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