Html Css Color HEX #CE29C8 Deep Magenta

📋 copy color: '#CE29C8'

red 206 ◦ green 41 ◦ blue 200

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

Shades of Deep Magenta #CE29C8

Tints of Deep Magenta #CE29C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 46.09%
G = 9.17%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE29C8 (or 0xCE29C8) is known color: Deep Magenta. HEX triplet: CE, 29 and C8. RGB value is (206,41,200). Sum of RGB (Red+Green+Blue) = 206+41+200=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE29C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29C8 is #31D637. Grayscale: #6B6B6B. Windows color (decimal): -3266104 or 13117902. OLE color: 13117902.

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

Color convert

RGB 206 41 200 -
CMYK 0 0.80 0.03 0.19
HSL 302.18º 0.67% 0.48% -
HSV(B) 302.18º 0.8% 0.81% -
XYZ 36.67 18.88 56.35 -
YUV 108.46 179.66 197.57 -
System Red Green Blue C M Y K H S L
Decimal 206 41 200 0 0.80 0.03 0.19 302.18 0.67 0.48
Hex CE 29 C8 0 50 3 13 12E 43 30
Octal 316 51 310 0 120 3 23 456 103 60
Binary 11001110 101001 11001000 0 1010000 11 10011 100101110 1000011 110000

Color Harmonies of #CE29C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29C8

Black with #CE29C8

Text Example


Text Example

White with #CE29C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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