#CA1CD9

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

Shades of Deep Magenta #CA1CD9

Tints of Deep Magenta #CA1CD9

Color information

#CA1CD9 (or 0xCA1CD9) is unknown color: approx Deep Magenta. HEX triplet: CA, 1C and D9. RGB value is (202,28,217). Sum of RGB (Red+Green+Blue) = 202+28+217=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 217 (85.16% from 255 or 48.55% from 447); Max value from RGB is 217 - color contains mainly: blue. Hex color #CA1CD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1CD9 is #35E326. Grayscale: #646464. Windows color (decimal): -3531559 or 14228682. OLE color: 14228682.

HSL color Cylindrical-coordinate representation of color #CA1CD9: hue angle of 295.24º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1CD9 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB20228217-
CMYK0.070.8700.15
HSL295.24º77.14%48.04%-
HSV(B)295.24º87.1%85.1%-
XYZ37.318.467.23-
YUV101.57193.15199.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 28 (11.33% from 255) = 6.26%
BLUE value IS 217 (85.16% from 255) = 48.55%
R=45.19%
G=6.26%
B=48.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202282170.070.8700.15295.2477.1448.04
HexCA1CD97570F1274d30
Octal31234331712701744711560
Binary1100101011100110110011111010111011111001001111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1CD9; }

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

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

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

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

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

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

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

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