Html Css Color HEX #CE15DF Deep Magenta

📋 copy color: '#CE15DF'

red 206 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #CE15DF

Tints of Deep Magenta #CE15DF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.67%

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

R = 45.78%
G = 4.67%
B = 49.56%

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

#CE15DF (or 0xCE15DF) is known color: Deep Magenta. HEX triplet: CE, 15 and DF. RGB value is (206,21,223). Sum of RGB (Red+Green+Blue) = 206+21+223=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE15DF is #31EA20. Grayscale: #626262. Windows color (decimal): -3271201 or 14620110. OLE color: 14620110.

HSL color Cylindrical-coordinate representation of color #CE15DF: hue angle of 294.95º degrees, saturation: 0.83, 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 #CE15DF is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 21 223 -
CMYK 0.08 0.91 0 0.13
HSL 294.95º 0.83% 0.48% -
HSV(B) 294.95º 0.91% 0.87% -
XYZ 39.04 18.99 71.42 -
YUV 99.34 197.79 204.07 -
System Red Green Blue C M Y K H S L
Decimal 206 21 223 0.08 0.91 0 0.13 294.95 0.83 0.48
Hex CE 15 DF 8 5B 0 D 127 53 30
Octal 316 25 337 10 133 0 15 447 123 60
Binary 11001110 10101 11011111 1000 1011011 0 1101 100100111 1010011 110000

Color Harmonies of #CE15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15DF

Black with #CE15DF

Text Example


Text Example

White with #CE15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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