Html Css Color HEX #CE10E6 Deep Magenta

📋 copy color: '#CE10E6'

red 206 ◦ green 16 ◦ blue 230

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

Shades of Deep Magenta #CE10E6

Tints of Deep Magenta #CE10E6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.54%

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

R = 45.58%
G = 3.54%
B = 50.88%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE10E6 (or 0xCE10E6) is known color: Deep Magenta. HEX triplet: CE, 10 and E6. RGB value is (206,16,230). Sum of RGB (Red+Green+Blue) = 206+16+230=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE10E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10E6 is #31EF19. Grayscale: #606060. Windows color (decimal): -3272474 or 15077582. OLE color: 15077582.

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

Color convert

RGB 206 16 230 -
CMYK 0.10 0.93 0 0.10
HSL 293.27º 0.87% 0.48% -
HSV(B) 293.27º 0.93% 0.9% -
XYZ 39.92 19.21 76.47 -
YUV 97.21 202.95 205.6 -
System Red Green Blue C M Y K H S L
Decimal 206 16 230 0.10 0.93 0 0.10 293.27 0.87 0.48
Hex CE 10 E6 A 5D 0 A 125 57 30
Octal 316 20 346 12 135 0 12 445 127 60
Binary 11001110 10000 11100110 1010 1011101 0 1010 100100101 1010111 110000

Color Harmonies of #CE10E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10E6

Black with #CE10E6

Text Example


Text Example

White with #CE10E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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