#CA2AC4

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

Shades of Deep Magenta #CA2AC4

Tints of Deep Magenta #CA2AC4

Color information

#CA2AC4 (or 0xCA2AC4) is unknown color: approx Deep Magenta. HEX triplet: CA, 2A and C4. RGB value is (202,42,196). Sum of RGB (Red+Green+Blue) = 202+42+196=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 42 (16.80% from 255 or 9.55% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AC4 is #35D53B. Grayscale: #6A6A6A. Windows color (decimal): -3527996 or 12856010. OLE color: 12856010.

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

Color convert

RGB20242196-
CMYK00.790.030.21
HSL302.25º65.57%47.84%-
HSV(B)302.25º79.21%79.22%-
XYZ35.1518.253.88-
YUV107.4178.01195.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 42 (16.80% from 255) = 9.55%
BLUE value IS 196 (76.95% from 255) = 44.55%
R=45.91%
G=9.55%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024219600.790.030.21302.2565.5747.84
HexCA2AC404F31512e4230
Octal31252304011732545610260
Binary11001010101010110001000100111111101011001011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2AC4; }

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

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

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

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

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

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

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

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