Html Css Color HEX #CE27BA Deep Magenta

📋 copy color: '#CE27BA'

red 206 ◦ green 39 ◦ blue 186

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

Shades of Deep Magenta #CE27BA

Tints of Deep Magenta #CE27BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 47.8%
G = 9.05%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CE27BA (or 0xCE27BA) is known color: Deep Magenta. HEX triplet: CE, 27 and BA. RGB value is (206,39,186). Sum of RGB (Red+Green+Blue) = 206+39+186=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27BA is #31D845. Grayscale: #696969. Windows color (decimal): -3266630 or 12199886. OLE color: 12199886.

HSL color Cylindrical-coordinate representation of color #CE27BA: hue angle of 307.19º 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 #CE27BA is Cyan = 0, Magento = 0.81, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 39 186 -
CMYK 0 0.81 0.10 0.19
HSL 307.19º 0.68% 0.48% -
HSV(B) 307.19º 0.81% 0.81% -
XYZ 35.04 18.12 48.1 -
YUV 105.69 173.33 199.55 -
System Red Green Blue C M Y K H S L
Decimal 206 39 186 0 0.81 0.10 0.19 307.19 0.68 0.48
Hex CE 27 BA 0 51 A 13 133 44 30
Octal 316 47 272 0 121 12 23 463 104 60
Binary 11001110 100111 10111010 0 1010001 1010 10011 100110011 1000100 110000

Color Harmonies of #CE27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27BA

Black with #CE27BA

Text Example


Text Example

White with #CE27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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