Html Css Color HEX #CE29DD Deep Magenta

📋 copy color: '#CE29DD'

red 206 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #CE29DD

Tints of Deep Magenta #CE29DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 44.02%
G = 8.76%
B = 47.22%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE29DD (or 0xCE29DD) is known color: Deep Magenta. HEX triplet: CE, 29 and DD. RGB value is (206,41,221). Sum of RGB (Red+Green+Blue) = 206+41+221=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 41 (16.41% from 255 or 8.76% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29DD is #31D622. Grayscale: #6E6E6E. Windows color (decimal): -3266083 or 14494158. OLE color: 14494158.

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

Color convert

RGB 206 41 221 -
CMYK 0.07 0.81 0 0.13
HSL 295º 0.73% 0.51% -
HSV(B) 295º 0.81% 0.87% -
XYZ 39.3 19.93 70.18 -
YUV 110.86 190.16 195.86 -
System Red Green Blue C M Y K H S L
Decimal 206 41 221 0.07 0.81 0 0.13 295 0.73 0.51
Hex CE 29 DD 7 51 0 D 127 49 33
Octal 316 51 335 7 121 0 15 447 111 63
Binary 11001110 101001 11011101 111 1010001 0 1101 100100111 1001001 110011

Color Harmonies of #CE29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29DD

Black with #CE29DD

Text Example


Text Example

White with #CE29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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