#CA21BC

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

Shades of Deep Magenta #CA21BC

Tints of Deep Magenta #CA21BC

Color information

#CA21BC (or 0xCA21BC) is unknown color: approx Deep Magenta. HEX triplet: CA, 21 and BC. RGB value is (202,33,188). Sum of RGB (Red+Green+Blue) = 202+33+188=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21BC is #35DE43. Grayscale: #646464. Windows color (decimal): -3530308 or 12329418. OLE color: 12329418.

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

Color convert

RGB20233188-
CMYK00.840.070.21
HSL304.97º71.91%46.08%-
HSV(B)304.97º83.66%79.22%-
XYZ33.9817.2849.12-
YUV101.2176.99199.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 33 (13.28% from 255) = 7.80%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=47.75%
G=7.80%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023318800.840.070.21304.9771.9146.08
HexCA21BC054715131482e
Octal31241274012472546111056
Binary110010101000011011110001010100111101011001100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21BC; }

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

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

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

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

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

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

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

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