#C21BB4

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

Shades of Deep Magenta #C21BB4

Tints of Deep Magenta #C21BB4

Color information

#C21BB4 (or 0xC21BB4) is unknown color: approx Deep Magenta. HEX triplet: C2, 1B and B4. RGB value is (194,27,180). Sum of RGB (Red+Green+Blue) = 194+27+180=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C21BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C21BB4 is #3DE44B. Grayscale: #5D5D5D. Windows color (decimal): -4056140 or 11803586. OLE color: 11803586.

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

Color convert

RGB19427180-
CMYK00.860.070.24
HSL305.03º75.57%43.33%-
HSV(B)305.03º86.08%76.08%-
XYZ30.8815.5544.55-
YUV94.38176.33199.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 27 (10.94% from 255) = 6.73%
BLUE value IS 180 (70.70% from 255) = 44.89%
R=48.38%
G=6.73%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942718000.860.070.24305.0375.5743.33
HexC21BB40567181314c2b
Octal30233264012673046111453
Binary11000010110111011010001010110111110001001100011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21BB4; }

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

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

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

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

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

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

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

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