Html Css Color HEX #CE1EB8 Deep Magenta

📋 copy color: '#CE1EB8'

red 206 ◦ green 30 ◦ blue 184

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

Shades of Deep Magenta #CE1EB8

Tints of Deep Magenta #CE1EB8

RGB

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

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

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

R = 49.05%
G = 7.14%
B = 43.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#CE1EB8 (or 0xCE1EB8) is known color: Deep Magenta. HEX triplet: CE, 1E and B8. RGB value is (206,30,184). Sum of RGB (Red+Green+Blue) = 206+30+184=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EB8 is #31E147. Grayscale: #636363. Windows color (decimal): -3268936 or 12066510. OLE color: 12066510.

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

Color convert

RGB 206 30 184 -
CMYK 0 0.85 0.11 0.19
HSL 307.5º 0.75% 0.46% -
HSV(B) 307.5º 0.85% 0.81% -
XYZ 34.57 17.51 46.91 -
YUV 100.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 206 30 184 0 0.85 0.11 0.19 307.5 0.75 0.46
Hex CE 1E B8 0 55 B 13 134 4B 2E
Octal 316 36 270 0 125 13 23 464 113 56
Binary 11001110 11110 10111000 0 1010101 1011 10011 100110100 1001011 101110

Color Harmonies of #CE1EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EB8

Black with #CE1EB8

Text Example


Text Example

White with #CE1EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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