Html Css Color HEX #CE1DDB Deep Magenta

📋 copy color: '#CE1DDB'

red 206 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #CE1DDB

Tints of Deep Magenta #CE1DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.24%

R = 45.37%
G = 6.39%
B = 48.24%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE1DDB (or 0xCE1DDB) is known color: Deep Magenta. HEX triplet: CE, 1D and DB. RGB value is (206,29,219). Sum of RGB (Red+Green+Blue) = 206+29+219=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 29 (11.72% from 255 or 6.39% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE1DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DDB is #31E224. Grayscale: #676767. Windows color (decimal): -3269157 or 14360014. OLE color: 14360014.

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

Color convert

RGB 206 29 219 -
CMYK 0.06 0.87 0 0.14
HSL 295.89º 0.77% 0.49% -
HSV(B) 295.89º 0.87% 0.86% -
XYZ 38.68 19.12 68.67 -
YUV 103.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 206 29 219 0.06 0.87 0 0.14 295.89 0.77 0.49
Hex CE 1D DB 6 57 0 E 128 4D 31
Octal 316 35 333 6 127 0 16 450 115 61
Binary 11001110 11101 11011011 110 1010111 0 1110 100101000 1001101 110001

Color Harmonies of #CE1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DDB

Black with #CE1DDB

Text Example


Text Example

White with #CE1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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