Html Css Color HEX #CE1EBB Deep Magenta

📋 copy color: '#CE1EBB'

red 206 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #CE1EBB

Tints of Deep Magenta #CE1EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.09%

 BLUE value IS 187 (73.44% from 255) = 44.21%

R = 48.7%
G = 7.09%
B = 44.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE1EBB (or 0xCE1EBB) is known color: Deep Magenta. HEX triplet: CE, 1E and BB. RGB value is (206,30,187). Sum of RGB (Red+Green+Blue) = 206+30+187=423 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.70% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EBB is #31E144. Grayscale: #646464. Windows color (decimal): -3268933 or 12263118. OLE color: 12263118.

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

Color convert

RGB 206 30 187 -
CMYK 0 0.85 0.09 0.19
HSL 306.48º 0.75% 0.46% -
HSV(B) 306.48º 0.85% 0.81% -
XYZ 34.89 17.64 48.58 -
YUV 100.52 176.81 203.23 -
System Red Green Blue C M Y K H S L
Decimal 206 30 187 0 0.85 0.09 0.19 306.48 0.75 0.46
Hex CE 1E BB 0 55 9 13 132 4B 2E
Octal 316 36 273 0 125 11 23 462 113 56
Binary 11001110 11110 10111011 0 1010101 1001 10011 100110010 1001011 101110

Color Harmonies of #CE1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EBB

Black with #CE1EBB

Text Example


Text Example

White with #CE1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EBB; }

 p { color: rgb(206,30,187); }

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

background-color css

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

 a { background-color: rgb(206,30,187); }

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

border-color css

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

 span { border-color: rgb(206,30,187); }

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