#C421B0

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

Shades of Deep Magenta #C421B0

Tints of Deep Magenta #C421B0

Color information

#C421B0 (or 0xC421B0) is unknown color: approx Deep Magenta. HEX triplet: C4, 21 and B0. RGB value is (196,33,176). Sum of RGB (Red+Green+Blue) = 196+33+176=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 33 (13.28% from 255 or 8.15% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C421B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C421B0 is #3BDE4F. Grayscale: #616161. Windows color (decimal): -3923536 or 11542980. OLE color: 11542980.

HSL color Cylindrical-coordinate representation of color #C421B0: hue angle of 307.36º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C421B0 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19633176-
CMYK00.830.100.23
HSL307.36º71.18%44.9%-
HSV(B)307.36º83.16%76.86%-
XYZ31.1515.9642.51-
YUV98.04172197.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 33 (13.28% from 255) = 8.15%
BLUE value IS 176 (69.14% from 255) = 43.46%
R=48.40%
G=8.15%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1963317600.830.100.23307.3671.1844.9
HexC421B0053A17133472d
Octal304412600123122746310755
Binary1100010010000110110000010100111010101111001100111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C421B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C421B0; }

 p { color: rgb(196,33,176); }

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

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

 a { background-color: rgb(196,33,176); }

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

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

 span { border-color: rgb(196,33,176); }

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