#C214B4

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

Shades of Deep Magenta #C214B4

Tints of Deep Magenta #C214B4

Color information

#C214B4 (or 0xC214B4) is unknown color: approx Deep Magenta. HEX triplet: C2, 14 and B4. RGB value is (194,20,180). Sum of RGB (Red+Green+Blue) = 194+20+180=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 194 - color contains mainly: red. Hex color #C214B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C214B4 is #3DEB4B. Grayscale: #595959. Windows color (decimal): -4057932 or 11801794. OLE color: 11801794.

HSL color Cylindrical-coordinate representation of color #C214B4: hue angle of 304.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C214B4 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB19420180-
CMYK00.900.070.24
HSL304.83º81.31%41.96%-
HSV(B)304.83º89.69%76.08%-
XYZ30.7415.2644.51-
YUV90.27178.65201.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.24%
GREEN value IS 20 (8.20% from 255) = 5.08%
BLUE value IS 180 (70.70% from 255) = 45.69%
R=49.24%
G=5.08%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942018000.900.070.24304.8381.3141.96
HexC214B405A718131512a
Octal30224264013273046112152
Binary11000010101001011010001011010111110001001100011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C214B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C214B4; }

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

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

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

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

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

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

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

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