#C21DBE

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

Shades of Deep Magenta #C21DBE

Tints of Deep Magenta #C21DBE

Color information

#C21DBE (or 0xC21DBE) is unknown color: approx Deep Magenta. HEX triplet: C2, 1D and BE. RGB value is (194,29,190). Sum of RGB (Red+Green+Blue) = 194+29+190=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C21DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DBE is #3DE241. Grayscale: #606060. Windows color (decimal): -4055618 or 12459458. OLE color: 12459458.

HSL color Cylindrical-coordinate representation of color #C21DBE: hue angle of 301.45º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21DBE is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19429190-
CMYK00.850.020.24
HSL301.45º73.99%43.73%-
HSV(B)301.45º85.05%76.08%-
XYZ31.9816.0750.13-
YUV96.69180.66197.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 29 (11.72% from 255) = 7.02%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=46.97%
G=7.02%
B=46.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942919000.850.020.24301.4573.9943.73
HexC21DBE05521812d4a2c
Octal30235276012523045511254
Binary1100001011101101111100101010110110001001011011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DBE; }

 p { color: rgb(194,29,190); }

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

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

 a { background-color: rgb(194,29,190); }

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

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

 span { border-color: rgb(194,29,190); }

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