Html Css Color HEX #CE0EE5 Deep Magenta

📋 copy color: '#CE0EE5'

red 206 ◦ green 14 ◦ blue 229

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

Shades of Deep Magenta #CE0EE5

Tints of Deep Magenta #CE0EE5

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.12%

 BLUE value IS 229 (89.84% from 255) = 51%

R = 45.88%
G = 3.12%
B = 51%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE0EE5 (or 0xCE0EE5) is known color: Deep Magenta. HEX triplet: CE, 0E and E5. RGB value is (206,14,229). Sum of RGB (Red+Green+Blue) = 206+14+229=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 229 (89.84% from 255 or 51.00% from 449); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE0EE5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE0EE5 is #31F11A. Grayscale: #5F5F5F. Windows color (decimal): -3272987 or 15011534. OLE color: 15011534.

HSL color Cylindrical-coordinate representation of color #CE0EE5: hue angle of 293.58º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CE0EE5 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 14 229 -
CMYK 0.10 0.94 0 0.10
HSL 293.58º 0.88% 0.48% -
HSV(B) 293.58º 0.94% 0.9% -
XYZ 39.75 19.09 75.72 -
YUV 95.92 203.11 206.52 -
System Red Green Blue C M Y K H S L
Decimal 206 14 229 0.10 0.94 0 0.10 293.58 0.88 0.48
Hex CE E E5 A 5E 0 A 126 58 30
Octal 316 16 345 12 136 0 12 446 130 60
Binary 11001110 1110 11100101 1010 1011110 0 1010 100100110 1011000 110000

Color Harmonies of #CE0EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0EE5

Black with #CE0EE5

Text Example


Text Example

White with #CE0EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0EE5; }

 p { color: rgb(206,14,229); }

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

background-color css

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

 a { background-color: rgb(206,14,229); }

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

border-color css

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

 span { border-color: rgb(206,14,229); }

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