#CA1EC6

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

Shades of Deep Magenta #CA1EC6

Tints of Deep Magenta #CA1EC6

Color information

#CA1EC6 (or 0xCA1EC6) is unknown color: approx Deep Magenta. HEX triplet: CA, 1E and C6. RGB value is (202,30,198). Sum of RGB (Red+Green+Blue) = 202+30+198=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1EC6 is #35E139. Grayscale: #646464. Windows color (decimal): -3531066 or 12984010. OLE color: 12984010.

HSL color Cylindrical-coordinate representation of color #CA1EC6: hue angle of 301.4º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1EC6 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB20230198-
CMYK00.850.020.21
HSL301.4º74.14%45.49%-
HSV(B)301.4º85.15%79.22%-
XYZ35.0117.5654.97-
YUV100.58182.98200.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 30 (12.11% from 255) = 6.98%
BLUE value IS 198 (77.73% from 255) = 46.05%
R=46.98%
G=6.98%
B=46.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023019800.850.020.21301.474.1445.49
HexCA1EC605521512d4a2d
Octal31236306012522545511255
Binary1100101011110110001100101010110101011001011011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1EC6; }

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

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

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

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

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

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

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

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