#CA1CC5

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

Shades of Deep Magenta #CA1CC5

Tints of Deep Magenta #CA1CC5

Color information

#CA1CC5 (or 0xCA1CC5) is unknown color: approx Deep Magenta. HEX triplet: CA, 1C and C5. RGB value is (202,28,197). Sum of RGB (Red+Green+Blue) = 202+28+197=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 197 (77.34% from 255 or 46.14% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CC5 is #35E33A. Grayscale: #626262. Windows color (decimal): -3531579 or 12917962. OLE color: 12917962.

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

Color convert

RGB20228197-
CMYK00.860.020.21
HSL301.72º75.65%45.1%-
HSV(B)301.72º86.14%79.22%-
XYZ34.8517.4254.35-
YUV99.29183.15201.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 28 (11.33% from 255) = 6.56%
BLUE value IS 197 (77.34% from 255) = 46.14%
R=47.31%
G=6.56%
B=46.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022819700.860.020.21301.7275.6545.1
HexCA1CC505621512e4c2d
Octal31234305012622545611455
Binary1100101011100110001010101011010101011001011101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1CC5; }

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

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

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

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

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

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

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

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