Html Css Color HEX #CE1ECD Deep Magenta

📋 copy color: '#CE1ECD'

red 206 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #CE1ECD

Tints of Deep Magenta #CE1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.49%

R = 46.71%
G = 6.8%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE1ECD (or 0xCE1ECD) is known color: Deep Magenta. HEX triplet: CE, 1E and CD. RGB value is (206,30,205). Sum of RGB (Red+Green+Blue) = 206+30+205=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1ECD is #31E132. Grayscale: #666666. Windows color (decimal): -3268915 or 13442766. OLE color: 13442766.

HSL color Cylindrical-coordinate representation of color #CE1ECD: hue angle of 300.34º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE1ECD is Cyan = 0, Magento = 0.85, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 205 -
CMYK 0 0.85 0.00 0.19
HSL 300.34º 0.75% 0.46% -
HSV(B) 300.34º 0.85% 0.81% -
XYZ 36.94 18.46 59.37 -
YUV 102.57 185.81 201.77 -
System Red Green Blue C M Y K H S L
Decimal 206 30 205 0 0.85 0.00 0.19 300.34 0.75 0.46
Hex CE 1E CD 0 55 0 13 12C 4B 2E
Octal 316 36 315 0 125 0 23 454 113 56
Binary 11001110 11110 11001101 0 1010101 0 10011 100101100 1001011 101110

Color Harmonies of #CE1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1ECD

Black with #CE1ECD

Text Example


Text Example

White with #CE1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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