Html Css Color HEX #CE01E6 Deep Magenta

📋 copy color: '#CE01E6'

red 206 ◦ green 1 ◦ blue 230

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

Shades of Deep Magenta #CE01E6

Tints of Deep Magenta #CE01E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.63%

R = 47.14%
G = 0.23%
B = 52.63%

CMYK

 C value IS 0.10

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE01E6 (or 0xCE01E6) is known color: Deep Magenta. HEX triplet: CE, 01 and E6. RGB value is (206,1,230). Sum of RGB (Red+Green+Blue) = 206+1+230=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 230 (90.23% from 255 or 52.63% from 437); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE01E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01E6 is #31FE19. Grayscale: #575757. Windows color (decimal): -3276314 or 15073742. OLE color: 15073742.

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

Color convert

RGB 206 1 230 -
CMYK 0.10 1.00 0 0.10
HSL 293.71º 0.99% 0.45% -
HSV(B) 293.71º 1% 0.9% -
XYZ 39.75 18.86 76.41 -
YUV 88.4 207.92 211.88 -
System Red Green Blue C M Y K H S L
Decimal 206 1 230 0.10 1.00 0 0.10 293.71 0.99 0.45
Hex CE 1 E6 A 64 0 A 126 63 2D
Octal 316 1 346 12 144 0 12 446 143 55
Binary 11001110 1 11100110 1010 1100100 0 1010 100100110 1100011 101101

Color Harmonies of #CE01E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01E6

Black with #CE01E6

Text Example


Text Example

White with #CE01E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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