Html Css Color HEX #CE29BA Deep Magenta

📋 copy color: '#CE29BA'

red 206 ◦ green 41 ◦ blue 186

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

Shades of Deep Magenta #CE29BA

Tints of Deep Magenta #CE29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 47.58%
G = 9.47%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE29BA (or 0xCE29BA) is known color: Deep Magenta. HEX triplet: CE, 29 and BA. RGB value is (206,41,186). Sum of RGB (Red+Green+Blue) = 206+41+186=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29BA is #31D645. Grayscale: #6A6A6A. Windows color (decimal): -3266118 or 12200398. OLE color: 12200398.

HSL color Cylindrical-coordinate representation of color #CE29BA: hue angle of 307.27º 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 #CE29BA is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 186 -
CMYK 0 0.80 0.10 0.19
HSL 307.27º 0.67% 0.48% -
HSV(B) 307.27º 0.8% 0.81% -
XYZ 35.11 18.25 48.13 -
YUV 106.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 206 41 186 0 0.80 0.10 0.19 307.27 0.67 0.48
Hex CE 29 BA 0 50 A 13 133 43 30
Octal 316 51 272 0 120 12 23 463 103 60
Binary 11001110 101001 10111010 0 1010000 1010 10011 100110011 1000011 110000

Color Harmonies of #CE29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29BA

Black with #CE29BA

Text Example


Text Example

White with #CE29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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