#CA1EDE

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

Shades of Deep Magenta #CA1EDE

Tints of Deep Magenta #CA1EDE

Color information

#CA1EDE (or 0xCA1EDE) is unknown color: approx Deep Magenta. HEX triplet: CA, 1E and DE. RGB value is (202,30,222). Sum of RGB (Red+Green+Blue) = 202+30+222=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 30 (12.11% from 255 or 6.61% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EDE is #35E121. Grayscale: #666666. Windows color (decimal): -3531042 or 14556874. OLE color: 14556874.

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

Color convert

RGB20230222-
CMYK0.090.8600.13
HSL293.75º76.19%49.41%-
HSV(B)293.75º86.49%87.06%-
XYZ38.0118.7670.72-
YUV103.32194.98198.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 30 (12.11% from 255) = 6.61%
BLUE value IS 222 (87.11% from 255) = 48.90%
R=44.49%
G=6.61%
B=48.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal202302220.090.8600.13293.7576.1949.41
HexCA1EDE9560D1264c31
Octal312363361112601544611461
Binary11001010111101101111010011010110011011001001101001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1EDE; }

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

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

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

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

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

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

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

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