#CA01C1

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

Shades of Deep Magenta #CA01C1

Tints of Deep Magenta #CA01C1

Color information

#CA01C1 (or 0xCA01C1) is unknown color: approx Deep Magenta. HEX triplet: CA, 01 and C1. RGB value is (202,1,193). Sum of RGB (Red+Green+Blue) = 202+1+193=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 193 (75.78% from 255 or 48.74% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA01C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CA01C1 is #35FE3E. Grayscale: #525252. Windows color (decimal): -3538495 or 12648906. OLE color: 12648906.

HSL color Cylindrical-coordinate representation of color #CA01C1: hue angle of 302.69º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA01C1 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB2021193-
CMYK01.000.040.21
HSL302.69º99.01%39.8%-
HSV(B)302.69º99.5%79.22%-
XYZ33.9916.4351.83-
YUV82.99190.09212.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 1 (0.78% from 255) = 0.25%
BLUE value IS 193 (75.78% from 255) = 48.74%
R=51.01%
G=0.25%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202119301.000.040.21302.6999.0139.8
HexCA1C106441512f6328
Octal3121301014442545714350
Binary1100101011100000101100100100101011001011111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA01C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA01C1; }

 p { color: rgb(202,1,193); }

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

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

 a { background-color: rgb(202,1,193); }

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

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

 span { border-color: rgb(202,1,193); }

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