#CA21BA

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

Shades of Deep Magenta #CA21BA

Tints of Deep Magenta #CA21BA

Color information

#CA21BA (or 0xCA21BA) is unknown color: approx Deep Magenta. HEX triplet: CA, 21 and BA. RGB value is (202,33,186). Sum of RGB (Red+Green+Blue) = 202+33+186=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21BA is #35DE45. Grayscale: #646464. Windows color (decimal): -3530310 or 12198346. OLE color: 12198346.

HSL color Cylindrical-coordinate representation of color #CA21BA: hue angle of 305.68º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA21BA is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20233186-
CMYK00.840.080.21
HSL305.68º71.91%46.08%-
HSV(B)305.68º83.66%79.22%-
XYZ33.7617.1947.99-
YUV100.97175.99200.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.98%
GREEN value IS 33 (13.28% from 255) = 7.84%
BLUE value IS 186 (73.05% from 255) = 44.18%
R=47.98%
G=7.84%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023318600.840.080.21305.6871.9146.08
HexCA21BA054815132482e
Octal312412720124102546211056
Binary1100101010000110111010010101001000101011001100101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21BA; }

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

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

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

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

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

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

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

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