#CE25B9

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

Shades of Deep Magenta #CE25B9

Tints of Deep Magenta #CE25B9

Color information

#CE25B9 (or 0xCE25B9) is unknown color: approx Deep Magenta. HEX triplet: CE, 25 and B9. RGB value is (206,37,185). Sum of RGB (Red+Green+Blue) = 206+37+185=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 37 (14.84% from 255 or 8.64% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE25B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25B9 is #31DA46. Grayscale: #676767. Windows color (decimal): -3267143 or 12133838. OLE color: 12133838.

HSL color Cylindrical-coordinate representation of color #CE25B9: hue angle of 307.46º 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 #CE25B9 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20637185-
CMYK00.820.100.19
HSL307.46º69.55%47.65%-
HSV(B)307.46º82.04%80.78%-
XYZ34.8717.9547.53-
YUV104.4173.49200.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.13%
GREEN value IS 37 (14.84% from 255) = 8.64%
BLUE value IS 185 (72.66% from 255) = 43.22%
R=48.13%
G=8.64%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2063718500.820.100.19307.4669.5547.65
HexCE25B9052A131334630
Octal316452710122122346310660
Binary1100111010010110111001010100101010100111001100111000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE25B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE25B9; }

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

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

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

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

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

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

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

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