Html Css Color HEX #CE18DF Deep Magenta

📋 copy color: '#CE18DF'

red 206 ◦ green 24 ◦ blue 223

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

Shades of Deep Magenta #CE18DF

Tints of Deep Magenta #CE18DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 45.47%
G = 5.3%
B = 49.23%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE18DF (or 0xCE18DF) is known color: Deep Magenta. HEX triplet: CE, 18 and DF. RGB value is (206,24,223). Sum of RGB (Red+Green+Blue) = 206+24+223=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE18DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE18DF is #31E720. Grayscale: #646464. Windows color (decimal): -3270433 or 14620878. OLE color: 14620878.

HSL color Cylindrical-coordinate representation of color #CE18DF: hue angle of 294.87º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE18DF is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 24 223 -
CMYK 0.08 0.89 0 0.13
HSL 294.87º 0.81% 0.48% -
HSV(B) 294.87º 0.89% 0.87% -
XYZ 39.1 19.1 71.44 -
YUV 101.1 196.8 202.82 -
System Red Green Blue C M Y K H S L
Decimal 206 24 223 0.08 0.89 0 0.13 294.87 0.81 0.48
Hex CE 18 DF 8 59 0 D 127 51 30
Octal 316 30 337 10 131 0 15 447 121 60
Binary 11001110 11000 11011111 1000 1011001 0 1101 100100111 1010001 110000

Color Harmonies of #CE18DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18DF

Black with #CE18DF

Text Example


Text Example

White with #CE18DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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