Html Css Color HEX #CE1EBA Deep Magenta

📋 copy color: '#CE1EBA'

red 206 ◦ green 30 ◦ blue 186

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

Shades of Deep Magenta #CE1EBA

Tints of Deep Magenta #CE1EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.08%

R = 48.82%
G = 7.11%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE1EBA (or 0xCE1EBA) is known color: Deep Magenta. HEX triplet: CE, 1E and BA. RGB value is (206,30,186). Sum of RGB (Red+Green+Blue) = 206+30+186=422 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.82% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EBA is #31E145. Grayscale: #636363. Windows color (decimal): -3268934 or 12197582. OLE color: 12197582.

HSL color Cylindrical-coordinate representation of color #CE1EBA: hue angle of 306.82º 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 #CE1EBA is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 30 186 -
CMYK 0 0.85 0.10 0.19
HSL 306.82º 0.75% 0.46% -
HSV(B) 306.82º 0.85% 0.81% -
XYZ 34.78 17.6 48.02 -
YUV 100.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 206 30 186 0 0.85 0.10 0.19 306.82 0.75 0.46
Hex CE 1E BA 0 55 A 13 133 4B 2E
Octal 316 36 272 0 125 12 23 463 113 56
Binary 11001110 11110 10111010 0 1010101 1010 10011 100110011 1001011 101110

Color Harmonies of #CE1EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EBA

Black with #CE1EBA

Text Example


Text Example

White with #CE1EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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