#c818b8

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

Shades of Deep Magenta #C818B8

Tints of Deep Magenta #C818B8

Color information

#C818B8 (or 0xC818B8) is unknown color: approx Deep Magenta. HEX triplet: C8, 18 and B8. RGB value is (200,24,184). Sum of RGB (Red+Green+Blue) = 200+24+184=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C818B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C818B8 is #37E747. Grayscale: #5E5E5E. Windows color (decimal): -3663688 or 12064968. OLE color: 12064968.

HSL color Cylindrical-coordinate representation of color #C818B8: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C818B8 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB20024184-
CMYK00.880.080.22
HSL305.45º78.57%43.92%-
HSV(B)305.45º88%78.43%-
XYZ32.816.3946.78-
YUV94.86178.31202.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 24 (9.77% from 255) = 5.88%
BLUE value IS 184 (72.27% from 255) = 45.10%
R=49.02%
G=5.88%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2002418400.880.080.22305.4578.5743.92
HexC818B80588161314f2c
Octal310302700130102646111754
Binary110010001100010111000010110001000101101001100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c818b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c818b8; }

 p { color: rgb(200,24,184); }

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

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

 a { background-color: rgb(200,24,184); }

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

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

 span { border-color: rgb(200,24,184); }

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