Html Css Color HEX #CE01E4 Deep Magenta

📋 copy color: '#CE01E4'

red 206 ◦ green 1 ◦ blue 228

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

Shades of Deep Magenta #CE01E4

Tints of Deep Magenta #CE01E4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 47.36%
G = 0.23%
B = 52.41%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE01E4 (or 0xCE01E4) is known color: Deep Magenta. HEX triplet: CE, 01 and E4. RGB value is (206,1,228). Sum of RGB (Red+Green+Blue) = 206+1+228=435 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.36% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 228 (89.45% from 255 or 52.41% from 435); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE01E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE01E4 is #31FE1B. Grayscale: #575757. Windows color (decimal): -3276316 or 14942670. OLE color: 14942670.

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

Color convert

RGB 206 1 228 -
CMYK 0.10 1.00 0 0.11
HSL 294.19º 0.99% 0.45% -
HSV(B) 294.19º 1% 0.89% -
XYZ 39.47 18.74 74.94 -
YUV 88.17 206.92 212.04 -
System Red Green Blue C M Y K H S L
Decimal 206 1 228 0.10 1.00 0 0.11 294.19 0.99 0.45
Hex CE 1 E4 A 64 0 B 126 63 2D
Octal 316 1 344 12 144 0 13 446 143 55
Binary 11001110 1 11100100 1010 1100100 0 1011 100100110 1100011 101101

Color Harmonies of #CE01E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01E4

Black with #CE01E4

Text Example


Text Example

White with #CE01E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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