Html Css Color HEX #CE29CE Deep Magenta

📋 copy color: '#CE29CE'

red 206 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #CE29CE

Tints of Deep Magenta #CE29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 45.47%
G = 9.05%
B = 45.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE29CE (or 0xCE29CE) is known color: Deep Magenta. HEX triplet: CE, 29 and CE. RGB value is (206,41,206). Sum of RGB (Red+Green+Blue) = 206+41+206=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE29CE is #31D631. Grayscale: #6C6C6C. Windows color (decimal): -3266098 or 13511118. OLE color: 13511118.

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

Color convert

RGB 206 41 206 -
CMYK 0 0.80 0 0.19
HSL 300º 0.67% 0.48% -
HSV(B) 300º 0.8% 0.81% -
XYZ 37.39 19.16 60.12 -
YUV 109.15 182.66 197.08 -
System Red Green Blue C M Y K H S L
Decimal 206 41 206 0 0.80 0 0.19 300 0.67 0.48
Hex CE 29 CE 0 50 0 13 12C 43 30
Octal 316 51 316 0 120 0 23 454 103 60
Binary 11001110 101001 11001110 0 1010000 0 10011 100101100 1000011 110000

Color Harmonies of #CE29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29CE

Black with #CE29CE

Text Example


Text Example

White with #CE29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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