#CA1CD5

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

Shades of Deep Magenta #CA1CD5

Tints of Deep Magenta #CA1CD5

Color information

#CA1CD5 (or 0xCA1CD5) is unknown color: approx Deep Magenta. HEX triplet: CA, 1C and D5. RGB value is (202,28,213). Sum of RGB (Red+Green+Blue) = 202+28+213=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 28 (11.33% from 255 or 6.32% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA1CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CD5 is #35E32A. Grayscale: #646464. Windows color (decimal): -3531563 or 13966538. OLE color: 13966538.

HSL color Cylindrical-coordinate representation of color #CA1CD5: hue angle of 296.43º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1CD5 is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20228213-
CMYK0.050.8700.16
HSL296.43º76.76%47.25%-
HSV(B)296.43º86.85%83.53%-
XYZ36.7818.1964.52-
YUV101.12191.15199.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 28 (11.33% from 255) = 6.32%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=45.60%
G=6.32%
B=48.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal202282130.050.8700.16296.4376.7647.25
HexCA1CD55570101284d2f
Octal31234325512702045011557
Binary11001010111001101010110110101110100001001010001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1CD5; }

 p { color: rgb(202,28,213); }

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

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

 a { background-color: rgb(202,28,213); }

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

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

 span { border-color: rgb(202,28,213); }

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