#CA1BC9

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

Shades of Deep Magenta #CA1BC9

Tints of Deep Magenta #CA1BC9

Color information

#CA1BC9 (or 0xCA1BC9) is unknown color: approx Deep Magenta. HEX triplet: CA, 1B and C9. RGB value is (202,27,201). Sum of RGB (Red+Green+Blue) = 202+27+201=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 27 (10.94% from 255 or 6.28% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BC9 is #35E436. Grayscale: #626262. Windows color (decimal): -3531831 or 13179850. OLE color: 13179850.

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

Color convert

RGB20227201-
CMYK00.870.000.21
HSL300.34º76.42%44.9%-
HSV(B)300.34º86.63%79.22%-
XYZ35.2917.5656.79-
YUV99.16185.48201.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 27 (10.94% from 255) = 6.28%
BLUE value IS 201 (78.91% from 255) = 46.74%
R=46.98%
G=6.28%
B=46.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.00
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022720100.870.000.21300.3476.4244.9
HexCA1BC905701512c4c2d
Octal31233311012702545411455
Binary110010101101111001001010101110101011001011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1BC9; }

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

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

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

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

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

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

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

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