Html Css Color HEX #CE1EDC Deep Magenta

📋 copy color: '#CE1EDC'

red 206 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #CE1EDC

Tints of Deep Magenta #CE1EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.58%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 45.18%
G = 6.58%
B = 48.25%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE1EDC (or 0xCE1EDC) is known color: Deep Magenta. HEX triplet: CE, 1E and DC. RGB value is (206,30,220). Sum of RGB (Red+Green+Blue) = 206+30+220=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EDC is #31E123. Grayscale: #676767. Windows color (decimal): -3268900 or 14425806. OLE color: 14425806.

HSL color Cylindrical-coordinate representation of color #CE1EDC: hue angle of 295.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1EDC is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 30 220 -
CMYK 0.06 0.86 0 0.14
HSL 295.58º 0.76% 0.49% -
HSV(B) 295.58º 0.86% 0.86% -
XYZ 38.84 19.22 69.37 -
YUV 104.28 193.31 200.55 -
System Red Green Blue C M Y K H S L
Decimal 206 30 220 0.06 0.86 0 0.14 295.58 0.76 0.49
Hex CE 1E DC 6 56 0 E 128 4C 31
Octal 316 36 334 6 126 0 16 450 114 61
Binary 11001110 11110 11011100 110 1010110 0 1110 100101000 1001100 110001

Color Harmonies of #CE1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EDC

Black with #CE1EDC

Text Example


Text Example

White with #CE1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EDC; }

 p { color: rgb(206,30,220); }

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

background-color css

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

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

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

border-color css

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

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

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