Html Css Color HEX #CE1DDC Deep Magenta

📋 copy color: '#CE1DDC'

red 206 ◦ green 29 ◦ blue 220

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

Shades of Deep Magenta #CE1DDC

Tints of Deep Magenta #CE1DDC

RGB

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

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

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

R = 45.27%
G = 6.37%
B = 48.35%

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

#CE1DDC (or 0xCE1DDC) is known color: Deep Magenta. HEX triplet: CE, 1D and DC. RGB value is (206,29,220). Sum of RGB (Red+Green+Blue) = 206+29+220=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 29 (11.72% from 255 or 6.37% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE1DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DDC is #31E223. Grayscale: #676767. Windows color (decimal): -3269156 or 14425550. OLE color: 14425550.

HSL color Cylindrical-coordinate representation of color #CE1DDC: hue angle of 295.6º 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 #CE1DDC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 29 220 -
CMYK 0.06 0.87 0 0.14
HSL 295.6º 0.77% 0.49% -
HSV(B) 295.6º 0.87% 0.86% -
XYZ 38.81 19.17 69.36 -
YUV 103.7 193.64 200.97 -
System Red Green Blue C M Y K H S L
Decimal 206 29 220 0.06 0.87 0 0.14 295.6 0.77 0.49
Hex CE 1D DC 6 57 0 E 128 4D 31
Octal 316 35 334 6 127 0 16 450 115 61
Binary 11001110 11101 11011100 110 1010111 0 1110 100101000 1001101 110001

Color Harmonies of #CE1DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DDC

Black with #CE1DDC

Text Example


Text Example

White with #CE1DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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