#C21DC2

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

Shades of Deep Magenta #C21DC2

Tints of Deep Magenta #C21DC2

Color information

#C21DC2 (or 0xC21DC2) is unknown color: approx Deep Magenta. HEX triplet: C2, 1D and C2. RGB value is (194,29,194). Sum of RGB (Red+Green+Blue) = 194+29+194=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C21DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21DC2 is #3DE23D. Grayscale: #606060. Windows color (decimal): -4055614 or 12721602. OLE color: 12721602.

HSL color Cylindrical-coordinate representation of color #C21DC2: hue angle of 300º 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 #C21DC2 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19429194-
CMYK00.8500.24
HSL300º73.99%43.73%-
HSV(B)300º85.05%76.08%-
XYZ32.4316.2452.47-
YUV97.14182.66197.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 29 (11.72% from 255) = 6.95%
BLUE value IS 194 (76.17% from 255) = 46.52%
R=46.52%
G=6.95%
B=46.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942919400.8500.2430073.9943.73
HexC21DC205501812c4a2c
Octal30235302012503045411254
Binary110000101110111000010010101010110001001011001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21DC2; }

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

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

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

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

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

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

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

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