#C814BB

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

Shades of Deep Magenta #C814BB

Tints of Deep Magenta #C814BB

Color information

#C814BB (or 0xC814BB) is unknown color: approx Deep Magenta. HEX triplet: C8, 14 and BB. RGB value is (200,20,187). Sum of RGB (Red+Green+Blue) = 200+20+187=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C814BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C814BB is #37EB44. Grayscale: #5C5C5C. Windows color (decimal): -3664709 or 12260552. OLE color: 12260552.

HSL color Cylindrical-coordinate representation of color #C814BB: hue angle of 304.33º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C814BB is Cyan = 0, Magento = 0.9, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB20020187-
CMYK00.90.060.22
HSL304.33º81.82%43.14%-
HSV(B)304.33º90%78.43%-
XYZ33.0416.3748.43-
YUV92.86181.13204.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 20 (8.20% from 255) = 4.91%
BLUE value IS 187 (73.44% from 255) = 45.95%
R=49.14%
G=4.91%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002018700.90.060.22304.3381.8243.14
HexC814BB05A616130522b
Octal31024273013262646012253
Binary11001000101001011101101011010110101101001100001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C814BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C814BB; }

 p { color: rgb(200,20,187); }

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

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

 a { background-color: rgb(200,20,187); }

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

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

 span { border-color: rgb(200,20,187); }

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