#CE25B8

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

Shades of Deep Magenta #CE25B8

Tints of Deep Magenta #CE25B8

Color information

#CE25B8 (or 0xCE25B8) is unknown color: approx Deep Magenta. HEX triplet: CE, 25 and B8. RGB value is (206,37,184). Sum of RGB (Red+Green+Blue) = 206+37+184=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25B8 is #31DA47. Grayscale: #676767. Windows color (decimal): -3267144 or 12068302. OLE color: 12068302.

HSL color Cylindrical-coordinate representation of color #CE25B8: hue angle of 307.81º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE25B8 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB20637184-
CMYK00.820.110.19
HSL307.81º69.55%47.65%-
HSV(B)307.81º82.04%80.78%-
XYZ34.7717.9146.97-
YUV104.29172.99200.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.24%
GREEN value IS 37 (14.84% from 255) = 8.67%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=48.24%
G=8.67%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063718400.820.110.19307.8169.5547.65
HexCE25B8052B131344630
Octal316452700122132346410660
Binary1100111010010110111000010100101011100111001101001000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE25B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE25B8; }

 p { color: rgb(206,37,184); }

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

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

 a { background-color: rgb(206,37,184); }

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

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

 span { border-color: rgb(206,37,184); }

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