Html Css Color HEX #CE1DB8 Deep Magenta

📋 copy color: '#CE1DB8'

red 206 ◦ green 29 ◦ blue 184

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

Shades of Deep Magenta #CE1DB8

Tints of Deep Magenta #CE1DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.91%

R = 49.16%
G = 6.92%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE1DB8 (or 0xCE1DB8) is known color: Deep Magenta. HEX triplet: CE, 1D and B8. RGB value is (206,29,184). Sum of RGB (Red+Green+Blue) = 206+29+184=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 184 (72.27% from 255 or 43.91% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1DB8 is #31E247. Grayscale: #636363. Windows color (decimal): -3269192 or 12066254. OLE color: 12066254.

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

Color convert

RGB 206 29 184 -
CMYK 0 0.86 0.11 0.19
HSL 307.46º 0.75% 0.46% -
HSV(B) 307.46º 0.86% 0.81% -
XYZ 34.54 17.46 46.9 -
YUV 99.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 206 29 184 0 0.86 0.11 0.19 307.46 0.75 0.46
Hex CE 1D B8 0 56 B 13 133 4B 2E
Octal 316 35 270 0 126 13 23 463 113 56
Binary 11001110 11101 10111000 0 1010110 1011 10011 100110011 1001011 101110

Color Harmonies of #CE1DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1DB8

Black with #CE1DB8

Text Example


Text Example

White with #CE1DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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