#ce10b2

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

Shades of Deep Magenta #CE10B2

Tints of Deep Magenta #CE10B2

Color information

#CE10B2 (or 0xCE10B2) is unknown color: approx Deep Magenta. HEX triplet: CE, 10 and B2. RGB value is (206,16,178). Sum of RGB (Red+Green+Blue) = 206+16+178=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 16 (6.64% from 255 or 4% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE10B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CE10B2 is #31EF4D. Grayscale: #5A5A5A. Windows color (decimal): -3272526 or 11669710. OLE color: 11669710.

HSL color Cylindrical-coordinate representation of color #CE10B2: hue angle of 308.84º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE10B2 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB20616178-
CMYK00.920.140.19
HSL308.84º85.59%43.53%-
HSV(B)308.84º92.23%80.78%-
XYZ33.6716.7143.57-
YUV91.28176.95209.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.5%
GREEN value IS 16 (6.64% from 255) = 4%
BLUE value IS 178 (69.92% from 255) = 44.5%
R=51.5%
G=4%
B=44.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061617800.920.140.19308.8485.5943.53
HexCE10B205CE13135562c
Octal316202620134162346512654
Binary110011101000010110010010111001110100111001101011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce10b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce10b2; }

 p { color: rgb(206,16,178); }

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

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

 a { background-color: rgb(206,16,178); }

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

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

 span { border-color: rgb(206,16,178); }

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