#CA1BBA

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

Shades of Deep Magenta #CA1BBA

Tints of Deep Magenta #CA1BBA

Color information

#CA1BBA (or 0xCA1BBA) is unknown color: approx Deep Magenta. HEX triplet: CA, 1B and BA. RGB value is (202,27,186). Sum of RGB (Red+Green+Blue) = 202+27+186=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA1BBA is #35E445. Grayscale: #606060. Windows color (decimal): -3531846 or 12196810. OLE color: 12196810.

HSL color Cylindrical-coordinate representation of color #CA1BBA: hue angle of 305.49º 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 #CA1BBA is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20227186-
CMYK00.870.080.21
HSL305.49º76.42%44.9%-
HSV(B)305.49º86.63%79.22%-
XYZ33.6116.8947.94-
YUV97.45177.98202.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 27 (10.94% from 255) = 6.51%
BLUE value IS 186 (73.05% from 255) = 44.82%
R=48.67%
G=6.51%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022718600.870.080.21305.4976.4244.9
HexCA1BBA0578151314c2d
Octal312332720127102546111455
Binary110010101101110111010010101111000101011001100011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1BBA; }

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

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

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

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

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

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

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

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