Html Css Color HEX #CE00E4 Deep Magenta

📋 copy color: '#CE00E4'

red 206 ◦ green 0 ◦ blue 228

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

Shades of Deep Magenta #CE00E4

Tints of Deep Magenta #CE00E4

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 228 (89.45% from 255) = 52.53%

R = 47.47%
G = 0%
B = 52.53%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE00E4 (or 0xCE00E4) is known color: Deep Magenta. HEX triplet: CE, 00 and E4. RGB value is (206,0,228). Sum of RGB (Red+Green+Blue) = 206+0+228=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 228 (89.45% from 255 or 52.53% from 434); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE00E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00E4 is #31FF1B. Grayscale: #565656. Windows color (decimal): -3276572 or 14942414. OLE color: 14942414.

HSL color Cylindrical-coordinate representation of color #CE00E4: hue angle of 294.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00E4 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 0 228 -
CMYK 0.10 1 0 0.11
HSL 294.21º 1% 0.45% -
HSV(B) 294.21º 1% 0.89% -
XYZ 39.46 18.72 74.93 -
YUV 87.59 207.25 212.46 -
System Red Green Blue C M Y K H S L
Decimal 206 0 228 0.10 1 0 0.11 294.21 1 0.45
Hex CE 0 E4 A 64 0 B 126 64 2D
Octal 316 0 344 12 144 0 13 446 144 55
Binary 11001110 0 11100100 1010 1100100 0 1011 100100110 1100100 101101

Color Harmonies of #CE00E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00E4

Black with #CE00E4

Text Example


Text Example

White with #CE00E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00E4; }

 p { color: rgb(206,0,228); }

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

background-color css

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

 a { background-color: rgb(206,0,228); }

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

border-color css

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

 span { border-color: rgb(206,0,228); }

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