Html Css Color HEX #CE25DF Deep Magenta

📋 copy color: '#CE25DF'

red 206 ◦ green 37 ◦ blue 223

#CE25DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #CE25DF

Tints of Deep Magenta #CE25DF

RGB

 RED value IS 206 (80.86% from 255) = 44.21%

 GREEN value IS 37 (14.84% from 255) = 7.94%

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 44.21%
G = 7.94%
B = 47.85%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE25DF (or 0xCE25DF) is known color: Deep Magenta. HEX triplet: CE, 25 and DF. RGB value is (206,37,223). Sum of RGB (Red+Green+Blue) = 206+37+223=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 37 (14.84% from 255 or 7.94% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE25DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE25DF is #31DA20. Grayscale: #6C6C6C. Windows color (decimal): -3267105 or 14624206. OLE color: 14624206.

HSL color Cylindrical-coordinate representation of color #CE25DF: hue angle of 294.52º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE25DF is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 37 223 -
CMYK 0.08 0.83 0 0.13
HSL 294.52º 0.74% 0.51% -
HSV(B) 294.52º 0.83% 0.87% -
XYZ 39.43 19.77 71.55 -
YUV 108.74 192.49 197.38 -
System Red Green Blue C M Y K H S L
Decimal 206 37 223 0.08 0.83 0 0.13 294.52 0.74 0.51
Hex CE 25 DF 8 53 0 D 127 4A 33
Octal 316 45 337 10 123 0 15 447 112 63
Binary 11001110 100101 11011111 1000 1010011 0 1101 100100111 1001010 110011

Color Harmonies of #CE25DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25DF

Black with #CE25DF

Text Example


Text Example

White with #CE25DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25DF; }

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

 H1.HeaderClassName
 {
   color: #CE25DF;
 }
 .AnyTagClassName
 {
   color: #CE25DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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