#C21BC0

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

Shades of Deep Magenta #C21BC0

Tints of Deep Magenta #C21BC0

Color information

#C21BC0 (or 0xC21BC0) is unknown color: approx Deep Magenta. HEX triplet: C2, 1B and C0. RGB value is (194,27,192). Sum of RGB (Red+Green+Blue) = 194+27+192=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BC0 is #3DE43F. Grayscale: #5F5F5F. Windows color (decimal): -4056128 or 12590018. OLE color: 12590018.

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

Color convert

RGB19427192-
CMYK00.860.010.24
HSL300.72º75.57%43.33%-
HSV(B)300.72º86.08%76.08%-
XYZ32.1516.0651.27-
YUV95.74182.33198.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 27 (10.94% from 255) = 6.54%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=46.97%
G=6.54%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942719200.860.010.24300.7275.5743.33
HexC21BC005611812d4c2b
Octal30233300012613045511453
Binary110000101101111000000010101101110001001011011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21BC0; }

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

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

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

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

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

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

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

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