Html Css Color HEX #CE18E6 Deep Magenta

📋 copy color: '#CE18E6'

red 206 ◦ green 24 ◦ blue 230

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

Shades of Deep Magenta #CE18E6

Tints of Deep Magenta #CE18E6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.22%

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

R = 44.78%
G = 5.22%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE18E6 (or 0xCE18E6) is known color: Deep Magenta. HEX triplet: CE, 18 and E6. RGB value is (206,24,230). Sum of RGB (Red+Green+Blue) = 206+24+230=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 24 (9.77% from 255 or 5.22% from 460); Blue value is 230 (90.23% from 255 or 50% from 460); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE18E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18E6 is #31E719. Grayscale: #656565. Windows color (decimal): -3270426 or 15079630. OLE color: 15079630.

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

Color convert

RGB 206 24 230 -
CMYK 0.10 0.90 0 0.10
HSL 293.01º 0.81% 0.5% -
HSV(B) 293.01º 0.9% 0.9% -
XYZ 40.06 19.49 76.51 -
YUV 101.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 206 24 230 0.10 0.90 0 0.10 293.01 0.81 0.5
Hex CE 18 E6 A 5A 0 A 125 51 32
Octal 316 30 346 12 132 0 12 445 121 62
Binary 11001110 11000 11100110 1010 1011010 0 1010 100100101 1010001 110010

Color Harmonies of #CE18E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18E6

Black with #CE18E6

Text Example


Text Example

White with #CE18E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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