#CA2AC8

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

Shades of Deep Magenta #CA2AC8

Tints of Deep Magenta #CA2AC8

Color information

#CA2AC8 (or 0xCA2AC8) is unknown color: approx Deep Magenta. HEX triplet: CA, 2A and C8. RGB value is (202,42,200). Sum of RGB (Red+Green+Blue) = 202+42+200=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2AC8 is #35D537. Grayscale: #6B6B6B. Windows color (decimal): -3527992 or 13118154. OLE color: 13118154.

HSL color Cylindrical-coordinate representation of color #CA2AC8: hue angle of 300.75º 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 #CA2AC8 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20242200-
CMYK00.790.010.21
HSL300.75º65.57%47.84%-
HSV(B)300.75º79.21%79.22%-
XYZ35.6118.3856.31-
YUV107.85180.01195.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 42 (16.80% from 255) = 9.46%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=45.50%
G=9.46%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024220000.790.010.21300.7565.5747.84
HexCA2AC804F11512d4230
Octal31252310011712545510260
Binary1100101010101011001000010011111101011001011011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2AC8; }

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

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

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

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

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

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

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

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