Html Css Color HEX #CE29BD Deep Magenta

📋 copy color: '#CE29BD'

red 206 ◦ green 41 ◦ blue 189

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

Shades of Deep Magenta #CE29BD

Tints of Deep Magenta #CE29BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 47.25%
G = 9.4%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE29BD (or 0xCE29BD) is known color: Deep Magenta. HEX triplet: CE, 29 and BD. RGB value is (206,41,189). Sum of RGB (Red+Green+Blue) = 206+41+189=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29BD is #31D642. Grayscale: #6A6A6A. Windows color (decimal): -3266115 or 12397006. OLE color: 12397006.

HSL color Cylindrical-coordinate representation of color #CE29BD: hue angle of 306.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE29BD is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 189 -
CMYK 0 0.80 0.08 0.19
HSL 306.18º 0.67% 0.48% -
HSV(B) 306.18º 0.8% 0.81% -
XYZ 35.43 18.38 49.82 -
YUV 107.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 206 41 189 0 0.80 0.08 0.19 306.18 0.67 0.48
Hex CE 29 BD 0 50 8 13 132 43 30
Octal 316 51 275 0 120 10 23 462 103 60
Binary 11001110 101001 10111101 0 1010000 1000 10011 100110010 1000011 110000

Color Harmonies of #CE29BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29BD

Black with #CE29BD

Text Example


Text Example

White with #CE29BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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