Html Css Color HEX #CE27CE Deep Magenta

📋 copy color: '#CE27CE'

red 206 ◦ green 39 ◦ blue 206

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

Shades of Deep Magenta #CE27CE

Tints of Deep Magenta #CE27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 45.68%
G = 8.65%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE27CE (or 0xCE27CE) is known color: Deep Magenta. HEX triplet: CE, 27 and CE. RGB value is (206,39,206). Sum of RGB (Red+Green+Blue) = 206+39+206=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 39 (15.62% from 255 or 8.65% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE27CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27CE is #31D831. Grayscale: #6B6B6B. Windows color (decimal): -3266610 or 13510606. OLE color: 13510606.

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

Color convert

RGB 206 39 206 -
CMYK 0 0.81 0 0.19
HSL 300º 0.68% 0.48% -
HSV(B) 300º 0.81% 0.81% -
XYZ 37.32 19.03 60.1 -
YUV 107.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 206 39 206 0 0.81 0 0.19 300 0.68 0.48
Hex CE 27 CE 0 51 0 13 12C 44 30
Octal 316 47 316 0 121 0 23 454 104 60
Binary 11001110 100111 11001110 0 1010001 0 10011 100101100 1000100 110000

Color Harmonies of #CE27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27CE

Black with #CE27CE

Text Example


Text Example

White with #CE27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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