#c21ec1

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

Shades of Deep Magenta #C21EC1

Tints of Deep Magenta #C21EC1

Color information

#C21EC1 (or 0xC21EC1) is unknown color: approx Deep Magenta. HEX triplet: C2, 1E and C1. RGB value is (194,30,193). Sum of RGB (Red+Green+Blue) = 194+30+193=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 193 (75.78% from 255 or 46.28% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C21EC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21EC1 is #3DE13E. Grayscale: #616161. Windows color (decimal): -4055359 or 12656322. OLE color: 12656322.

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

Color convert

RGB19430193-
CMYK00.850.010.24
HSL300.37º73.21%43.92%-
HSV(B)300.37º84.54%76.08%-
XYZ32.3416.2551.88-
YUV97.62181.83196.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 30 (12.11% from 255) = 7.19%
BLUE value IS 193 (75.78% from 255) = 46.28%
R=46.52%
G=7.19%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943019300.850.010.24300.3773.2143.92
HexC21EC105511812c492c
Octal30236301012513045411154
Binary110000101111011000001010101011110001001011001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21ec1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21ec1; }

 p { color: rgb(194,30,193); }

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

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

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

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

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

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

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