#CE00B4

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

Shades of Deep Magenta #CE00B4

Tints of Deep Magenta #CE00B4

Color information

#CE00B4 (or 0xCE00B4) is unknown color: approx Deep Magenta. HEX triplet: CE, 00 and B4. RGB value is (206,0,180). Sum of RGB (Red+Green+Blue) = 206+0+180=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00B4 is #31FF4B. Grayscale: #515151. Windows color (decimal): -3276620 or 11796686. OLE color: 11796686.

HSL color Cylindrical-coordinate representation of color #CE00B4: hue angle of 307.57º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00B4 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB2060180-
CMYK010.130.19
HSL307.57º100%40.39%-
HSV(B)307.57º100%80.78%-
XYZ33.6916.4244.57-
YUV82.11183.25216.36-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 53.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 180 (70.70% from 255) = 46.63%
R=53.37%
G=0%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2060180010.130.19307.5710040.39
HexCE0B4064D131346428
Octal31602640144152346414450
Binary11001110010110100011001001101100111001101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE00B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE00B4; }

 p { color: rgb(206,0,180); }

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

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

 a { background-color: rgb(206,0,180); }

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

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

 span { border-color: rgb(206,0,180); }

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