#CA1BCD

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

Shades of Deep Magenta #CA1BCD

Tints of Deep Magenta #CA1BCD

Color information

#CA1BCD (or 0xCA1BCD) is unknown color: approx Deep Magenta. HEX triplet: CA, 1B and CD. RGB value is (202,27,205). Sum of RGB (Red+Green+Blue) = 202+27+205=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 27 (10.94% from 255 or 6.22% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BCD is #35E432. Grayscale: #636363. Windows color (decimal): -3531827 or 13441994. OLE color: 13441994.

HSL color Cylindrical-coordinate representation of color #CA1BCD: hue angle of 298.99º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1BCD is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20227205-
CMYK0.010.8700.20
HSL298.99º76.72%45.49%-
HSV(B)298.99º86.83%80.39%-
XYZ35.7717.7559.3-
YUV99.62187.48201.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 27 (10.94% from 255) = 6.22%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=46.54%
G=6.22%
B=47.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal202272050.010.8700.20298.9976.7245.49
HexCA1BCD15701412b4d2d
Octal31233315112702445311555
Binary110010101101111001101110101110101001001010111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1BCD; }

 p { color: rgb(202,27,205); }

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

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

 a { background-color: rgb(202,27,205); }

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

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

 span { border-color: rgb(202,27,205); }

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