#CA29DE

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

Shades of Deep Magenta #CA29DE

Tints of Deep Magenta #CA29DE

Color information

#CA29DE (or 0xCA29DE) is unknown color: approx Deep Magenta. HEX triplet: CA, 29 and DE. RGB value is (202,41,222). Sum of RGB (Red+Green+Blue) = 202+41+222=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA29DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29DE is #35D621. Grayscale: #6D6D6D. Windows color (decimal): -3528226 or 14559690. OLE color: 14559690.

HSL color Cylindrical-coordinate representation of color #CA29DE: hue angle of 293.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA29DE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20241222-
CMYK0.090.8200.13
HSL293.37º73.28%51.57%-
HSV(B)293.37º81.53%87.06%-
XYZ38.3319.4270.83-
YUV109.77191.34193.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 41 (16.41% from 255) = 8.82%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=43.44%
G=8.82%
B=47.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202412220.090.8200.13293.3773.2851.57
HexCA29DE9520D1254934
Octal312513361112201544511164
Binary110010101010011101111010011010010011011001001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA29DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA29DE; }

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

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

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

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

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

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

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

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