Html Css Color HEX #CE29DE Deep Magenta

📋 copy color: '#CE29DE'

red 206 ◦ green 41 ◦ blue 222

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

Shades of Deep Magenta #CE29DE

Tints of Deep Magenta #CE29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.33%

R = 43.92%
G = 8.74%
B = 47.33%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE29DE (or 0xCE29DE) is known color: Deep Magenta. HEX triplet: CE, 29 and DE. RGB value is (206,41,222). Sum of RGB (Red+Green+Blue) = 206+41+222=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE29DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29DE is #31D621. Grayscale: #6E6E6E. Windows color (decimal): -3266082 or 14559694. OLE color: 14559694.

HSL color Cylindrical-coordinate representation of color #CE29DE: hue angle of 294.7º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE29DE is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 41 222 -
CMYK 0.07 0.82 0 0.13
HSL 294.7º 0.73% 0.52% -
HSV(B) 294.7º 0.82% 0.87% -
XYZ 39.43 19.98 70.89 -
YUV 110.97 190.66 195.78 -
System Red Green Blue C M Y K H S L
Decimal 206 41 222 0.07 0.82 0 0.13 294.7 0.73 0.52
Hex CE 29 DE 7 52 0 D 127 49 34
Octal 316 51 336 7 122 0 15 447 111 64
Binary 11001110 101001 11011110 111 1010010 0 1101 100100111 1001001 110100

Color Harmonies of #CE29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29DE

Black with #CE29DE

Text Example


Text Example

White with #CE29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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