Html Css Color HEX #CE27DF Deep Magenta

📋 copy color: '#CE27DF'

red 206 ◦ green 39 ◦ blue 223

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

Shades of Deep Magenta #CE27DF

Tints of Deep Magenta #CE27DF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.33%

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

R = 44.02%
G = 8.33%
B = 47.65%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE27DF (or 0xCE27DF) is known color: Deep Magenta. HEX triplet: CE, 27 and DF. RGB value is (206,39,223). Sum of RGB (Red+Green+Blue) = 206+39+223=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE27DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27DF is #31D820. Grayscale: #6D6D6D. Windows color (decimal): -3266593 or 14624718. OLE color: 14624718.

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

Color convert

RGB 206 39 223 -
CMYK 0.08 0.83 0 0.13
HSL 294.46º 0.74% 0.51% -
HSV(B) 294.46º 0.83% 0.87% -
XYZ 39.5 19.9 71.57 -
YUV 109.91 191.83 196.54 -
System Red Green Blue C M Y K H S L
Decimal 206 39 223 0.08 0.83 0 0.13 294.46 0.74 0.51
Hex CE 27 DF 8 53 0 D 126 4A 33
Octal 316 47 337 10 123 0 15 446 112 63
Binary 11001110 100111 11011111 1000 1010011 0 1101 100100110 1001010 110011

Color Harmonies of #CE27DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27DF

Black with #CE27DF

Text Example


Text Example

White with #CE27DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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