Html Css Color HEX #CE10DF Deep Magenta

📋 copy color: '#CE10DF'

red 206 ◦ green 16 ◦ blue 223

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

Shades of Deep Magenta #CE10DF

Tints of Deep Magenta #CE10DF

RGB

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

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

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

R = 46.29%
G = 3.6%
B = 50.11%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE10DF (or 0xCE10DF) is known color: Deep Magenta. HEX triplet: CE, 10 and DF. RGB value is (206,16,223). Sum of RGB (Red+Green+Blue) = 206+16+223=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE10DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE10DF is #31EF20. Grayscale: #5F5F5F. Windows color (decimal): -3272481 or 14618830. OLE color: 14618830.

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

Color convert

RGB 206 16 223 -
CMYK 0.08 0.93 0 0.13
HSL 295.07º 0.87% 0.47% -
HSV(B) 295.07º 0.93% 0.87% -
XYZ 38.96 18.82 71.39 -
YUV 96.41 199.45 206.17 -
System Red Green Blue C M Y K H S L
Decimal 206 16 223 0.08 0.93 0 0.13 295.07 0.87 0.47
Hex CE 10 DF 8 5D 0 D 127 57 2F
Octal 316 20 337 10 135 0 15 447 127 57
Binary 11001110 10000 11011111 1000 1011101 0 1101 100100111 1010111 101111

Color Harmonies of #CE10DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10DF

Black with #CE10DF

Text Example


Text Example

White with #CE10DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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