#C42ACC

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

Shades of Deep Magenta #C42ACC

Tints of Deep Magenta #C42ACC

Color information

#C42ACC (or 0xC42ACC) is unknown color: approx Deep Magenta. HEX triplet: C4, 2A and CC. RGB value is (196,42,204). Sum of RGB (Red+Green+Blue) = 196+42+204=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #C42ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42ACC is #3BD533. Grayscale: #6A6A6A. Windows color (decimal): -3921204 or 13380292. OLE color: 13380292.

HSL color Cylindrical-coordinate representation of color #C42ACC: hue angle of 297.04º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42ACC is Cyan = 0.04, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19642204-
CMYK0.040.7900.2
HSL297.04º65.85%48.24%-
HSV(B)297.04º79.41%80%-
XYZ34.4917.7558.74-
YUV106.51183.02191.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.34%
GREEN value IS 42 (16.80% from 255) = 9.50%
BLUE value IS 204 (80.08% from 255) = 46.15%
R=44.34%
G=9.50%
B=46.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal196422040.040.7900.2297.0465.8548.24
HexC42ACC44F0141294230
Octal30452314411702445110260
Binary110001001010101100110010010011110101001001010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42ACC; }

 p { color: rgb(196,42,204); }

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

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

 a { background-color: rgb(196,42,204); }

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

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

 span { border-color: rgb(196,42,204); }

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