Html Css Color HEX #CE29DC Deep Magenta

📋 copy color: '#CE29DC'

red 206 ◦ green 41 ◦ blue 220

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

Shades of Deep Magenta #CE29DC

Tints of Deep Magenta #CE29DC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.78%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 44.11%
G = 8.78%
B = 47.11%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE29DC (or 0xCE29DC) is known color: Deep Magenta. HEX triplet: CE, 29 and DC. RGB value is (206,41,220). Sum of RGB (Red+Green+Blue) = 206+41+220=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 41 (16.41% from 255 or 8.78% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE29DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29DC is #31D623. Grayscale: #6E6E6E. Windows color (decimal): -3266084 or 14428622. OLE color: 14428622.

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

Color convert

RGB 206 41 220 -
CMYK 0.06 0.81 0 0.14
HSL 295.31º 0.72% 0.51% -
HSV(B) 295.31º 0.81% 0.86% -
XYZ 39.16 19.87 69.48 -
YUV 110.74 189.66 195.95 -
System Red Green Blue C M Y K H S L
Decimal 206 41 220 0.06 0.81 0 0.14 295.31 0.72 0.51
Hex CE 29 DC 6 51 0 E 127 48 33
Octal 316 51 334 6 121 0 16 447 110 63
Binary 11001110 101001 11011100 110 1010001 0 1110 100100111 1001000 110011

Color Harmonies of #CE29DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29DC

Black with #CE29DC

Text Example


Text Example

White with #CE29DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29DC; }

 p { color: rgb(206,41,220); }

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

background-color css

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

 a { background-color: rgb(206,41,220); }

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

border-color css

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

 span { border-color: rgb(206,41,220); }

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