Html Css Color HEX #CE29D0 Deep Magenta

📋 copy color: '#CE29D0'

red 206 ◦ green 41 ◦ blue 208

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

Shades of Deep Magenta #CE29D0

Tints of Deep Magenta #CE29D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.71%

R = 45.27%
G = 9.01%
B = 45.71%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE29D0 (or 0xCE29D0) is known color: Deep Magenta. HEX triplet: CE, 29 and D0. RGB value is (206,41,208). Sum of RGB (Red+Green+Blue) = 206+41+208=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 41 (16.41% from 255 or 9.01% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE29D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29D0 is #31D62F. Grayscale: #6C6C6C. Windows color (decimal): -3266096 or 13642190. OLE color: 13642190.

HSL color Cylindrical-coordinate representation of color #CE29D0: hue angle of 299.28º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29D0 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 41 208 -
CMYK 0.01 0.80 0 0.18
HSL 299.28º 0.67% 0.49% -
HSV(B) 299.28º 0.8% 0.82% -
XYZ 37.63 19.26 61.41 -
YUV 109.37 183.66 196.92 -
System Red Green Blue C M Y K H S L
Decimal 206 41 208 0.01 0.80 0 0.18 299.28 0.67 0.49
Hex CE 29 D0 1 50 0 12 12B 43 31
Octal 316 51 320 1 120 0 22 453 103 61
Binary 11001110 101001 11010000 1 1010000 0 10010 100101011 1000011 110001

Color Harmonies of #CE29D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29D0

Black with #CE29D0

Text Example


Text Example

White with #CE29D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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