Html Css Color HEX #CE1EB7 Deep Magenta

📋 copy color: '#CE1EB7'

red 206 ◦ green 30 ◦ blue 183

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

Shades of Deep Magenta #CE1EB7

Tints of Deep Magenta #CE1EB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.68%

R = 49.16%
G = 7.16%
B = 43.68%

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

#CE1EB7 (or 0xCE1EB7) is known color: Deep Magenta. HEX triplet: CE, 1E and B7. RGB value is (206,30,183). Sum of RGB (Red+Green+Blue) = 206+30+183=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 183 (71.88% from 255 or 43.68% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE1EB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE1EB7 is #31E148. Grayscale: #636363. Windows color (decimal): -3268937 or 12000974. OLE color: 12000974.

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

Color convert

RGB 206 30 183 -
CMYK 0 0.85 0.11 0.19
HSL 307.84º 0.75% 0.46% -
HSV(B) 307.84º 0.85% 0.81% -
XYZ 34.47 17.47 46.36 -
YUV 100.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 206 30 183 0 0.85 0.11 0.19 307.84 0.75 0.46
Hex CE 1E B7 0 55 B 13 134 4B 2E
Octal 316 36 267 0 125 13 23 464 113 56
Binary 11001110 11110 10110111 0 1010101 1011 10011 100110100 1001011 101110

Color Harmonies of #CE1EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1EB7

Black with #CE1EB7

Text Example


Text Example

White with #CE1EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1EB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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