#C808BB

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

Shades of Deep Magenta #C808BB

Tints of Deep Magenta #C808BB

Color information

#C808BB (or 0xC808BB) is unknown color: approx Deep Magenta. HEX triplet: C8, 08 and BB. RGB value is (200,8,187). Sum of RGB (Red+Green+Blue) = 200+8+187=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 8 (3.52% from 255 or 2.03% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C808BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C808BB is #37F744. Grayscale: #555555. Windows color (decimal): -3667781 or 12257480. OLE color: 12257480.

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

Color convert

RGB2008187-
CMYK00.960.060.22
HSL304.06º92.31%40.78%-
HSV(B)304.06º96%78.43%-
XYZ32.8816.0448.38-
YUV85.81185.11209.45-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.63%
GREEN value IS 8 (3.52% from 255) = 2.03%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=50.63%
G=2.03%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200818700.960.060.22304.0692.3140.78
HexC88BB0606161305c29
Octal31010273014062646013451
Binary1100100010001011101101100000110101101001100001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C808BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C808BB; }

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

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

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

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

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

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

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

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