Html Css Color HEX #CE1DD1 Deep Magenta

📋 copy color: '#CE1DD1'

red 206 ◦ green 29 ◦ blue 209

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

Shades of Deep Magenta #CE1DD1

Tints of Deep Magenta #CE1DD1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.53%

 BLUE value IS 209 (82.03% from 255) = 47.07%

R = 46.4%
G = 6.53%
B = 47.07%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE1DD1 (or 0xCE1DD1) is known color: Deep Magenta. HEX triplet: CE, 1D and D1. RGB value is (206,29,209). Sum of RGB (Red+Green+Blue) = 206+29+209=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 29 (11.72% from 255 or 6.53% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE1DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DD1 is #31E22E. Grayscale: #656565. Windows color (decimal): -3269167 or 13704654. OLE color: 13704654.

HSL color Cylindrical-coordinate representation of color #CE1DD1: hue angle of 299º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE1DD1 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 29 209 -
CMYK 0.01 0.86 0 0.18
HSL 299º 0.76% 0.47% -
HSV(B) 299º 0.86% 0.82% -
XYZ 37.4 18.6 61.94 -
YUV 102.44 188.14 201.86 -
System Red Green Blue C M Y K H S L
Decimal 206 29 209 0.01 0.86 0 0.18 299 0.76 0.47
Hex CE 1D D1 1 56 0 12 12B 4C 2F
Octal 316 35 321 1 126 0 22 453 114 57
Binary 11001110 11101 11010001 1 1010110 0 10010 100101011 1001100 101111

Color Harmonies of #CE1DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DD1

Black with #CE1DD1

Text Example


Text Example

White with #CE1DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DD1; }

 p { color: rgb(206,29,209); }

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

background-color css

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

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

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

border-color css

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

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

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