#CA21BE

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

Shades of Deep Magenta #CA21BE

Tints of Deep Magenta #CA21BE

Color information

#CA21BE (or 0xCA21BE) is unknown color: approx Deep Magenta. HEX triplet: CA, 21 and BE. RGB value is (202,33,190). Sum of RGB (Red+Green+Blue) = 202+33+190=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 33 (13.28% from 255 or 7.76% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA21BE is #35DE41. Grayscale: #646464. Windows color (decimal): -3530306 or 12460490. OLE color: 12460490.

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

Color convert

RGB20233190-
CMYK00.840.060.21
HSL304.26º71.91%46.08%-
HSV(B)304.26º83.66%79.22%-
XYZ34.217.3650.26-
YUV101.43177.99199.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 33 (13.28% from 255) = 7.76%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=47.53%
G=7.76%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023319000.840.060.21304.2671.9146.08
HexCA21BE054615130482e
Octal31241276012462546011056
Binary110010101000011011111001010100110101011001100001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21BE; }

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

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

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

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

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

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

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

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