#C429CA

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

Shades of Deep Magenta #C429CA

Tints of Deep Magenta #C429CA

Color information

#C429CA (or 0xC429CA) is unknown color: approx Deep Magenta. HEX triplet: C4, 29 and CA. RGB value is (196,41,202). Sum of RGB (Red+Green+Blue) = 196+41+202=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #C429CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C429CA is #3BD635. Grayscale: #696969. Windows color (decimal): -3921462 or 13248964. OLE color: 13248964.

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

Color convert

RGB19641202-
CMYK0.030.8000.21
HSL297.76º66.26%47.65%-
HSV(B)297.76º79.7%79.22%-
XYZ34.2217.5957.47-
YUV105.7182.35192.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=44.65%
G=9.34%
B=46.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196412020.030.8000.21297.7666.2647.65
HexC429CA35001512a4230
Octal30451312312002545210260
Binary11000100101001110010101110100000101011001010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C429CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C429CA; }

 p { color: rgb(196,41,202); }

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

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

 a { background-color: rgb(196,41,202); }

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

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

 span { border-color: rgb(196,41,202); }

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