Html Css Color HEX #CE14DF Deep Magenta

📋 copy color: '#CE14DF'

red 206 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #CE14DF

Tints of Deep Magenta #CE14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.45%

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

R = 45.88%
G = 4.45%
B = 49.67%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE14DF (or 0xCE14DF) is known color: Deep Magenta. HEX triplet: CE, 14 and DF. RGB value is (206,20,223). Sum of RGB (Red+Green+Blue) = 206+20+223=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE14DF is #31EB20. Grayscale: #626262. Windows color (decimal): -3271457 or 14619854. OLE color: 14619854.

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

Color convert

RGB 206 20 223 -
CMYK 0.08 0.91 0 0.13
HSL 294.98º 0.84% 0.48% -
HSV(B) 294.98º 0.91% 0.87% -
XYZ 39.02 18.95 71.41 -
YUV 98.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 206 20 223 0.08 0.91 0 0.13 294.98 0.84 0.48
Hex CE 14 DF 8 5B 0 D 127 54 30
Octal 316 24 337 10 133 0 15 447 124 60
Binary 11001110 10100 11011111 1000 1011011 0 1101 100100111 1010100 110000

Color Harmonies of #CE14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14DF

Black with #CE14DF

Text Example


Text Example

White with #CE14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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