Html Css Color HEX #CE1DD0 Deep Magenta

📋 copy color: '#CE1DD0'

red 206 ◦ green 29 ◦ blue 208

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

Shades of Deep Magenta #CE1DD0

Tints of Deep Magenta #CE1DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.95%

R = 46.5%
G = 6.55%
B = 46.95%

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

#CE1DD0 (or 0xCE1DD0) is known color: Deep Magenta. HEX triplet: CE, 1D and D0. RGB value is (206,29,208). Sum of RGB (Red+Green+Blue) = 206+29+208=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE1DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DD0 is #31E22F. Grayscale: #656565. Windows color (decimal): -3269168 or 13639118. OLE color: 13639118.

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

Color convert

RGB 206 29 208 -
CMYK 0.01 0.86 0 0.18
HSL 299.33º 0.76% 0.46% -
HSV(B) 299.33º 0.86% 0.82% -
XYZ 37.28 18.55 61.29 -
YUV 102.33 187.64 201.95 -
System Red Green Blue C M Y K H S L
Decimal 206 29 208 0.01 0.86 0 0.18 299.33 0.76 0.46
Hex CE 1D D0 1 56 0 12 12B 4C 2E
Octal 316 35 320 1 126 0 22 453 114 56
Binary 11001110 11101 11010000 1 1010110 0 10010 100101011 1001100 101110

Color Harmonies of #CE1DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DD0

Black with #CE1DD0

Text Example


Text Example

White with #CE1DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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