#C21BC2

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

Shades of Deep Magenta #C21BC2

Tints of Deep Magenta #C21BC2

Color information

#C21BC2 (or 0xC21BC2) is unknown color: approx Deep Magenta. HEX triplet: C2, 1B and C2. RGB value is (194,27,194). Sum of RGB (Red+Green+Blue) = 194+27+194=415 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.75% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C21BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BC2 is #3DE43D. Grayscale: #5F5F5F. Windows color (decimal): -4056126 or 12721090. OLE color: 12721090.

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

Color convert

RGB19427194-
CMYK00.8600.24
HSL300º75.57%43.33%-
HSV(B)300º86.08%76.08%-
XYZ32.3816.1552.45-
YUV95.97183.33197.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.75%
GREEN value IS 27 (10.94% from 255) = 6.51%
BLUE value IS 194 (76.17% from 255) = 46.75%
R=46.75%
G=6.51%
B=46.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942719400.8600.2430075.5743.33
HexC21BC205601812c4c2b
Octal30233302012603045411453
Binary110000101101111000010010101100110001001011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21BC2; }

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

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

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

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

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

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

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

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