Html Css Color HEX #CE27BB Deep Magenta

📋 copy color: '#CE27BB'

red 206 ◦ green 39 ◦ blue 187

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

Shades of Deep Magenta #CE27BB

Tints of Deep Magenta #CE27BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 47.69%
G = 9.03%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CE27BB (or 0xCE27BB) is known color: Deep Magenta. HEX triplet: CE, 27 and BB. RGB value is (206,39,187). Sum of RGB (Red+Green+Blue) = 206+39+187=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CE27BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE27BB is #31D844. Grayscale: #696969. Windows color (decimal): -3266629 or 12265422. OLE color: 12265422.

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

Color convert

RGB 206 39 187 -
CMYK 0 0.81 0.09 0.19
HSL 306.83º 0.68% 0.48% -
HSV(B) 306.83º 0.81% 0.81% -
XYZ 35.15 18.16 48.67 -
YUV 105.81 173.83 199.47 -
System Red Green Blue C M Y K H S L
Decimal 206 39 187 0 0.81 0.09 0.19 306.83 0.68 0.48
Hex CE 27 BB 0 51 9 13 133 44 30
Octal 316 47 273 0 121 11 23 463 104 60
Binary 11001110 100111 10111011 0 1010001 1001 10011 100110011 1000100 110000

Color Harmonies of #CE27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27BB

Black with #CE27BB

Text Example


Text Example

White with #CE27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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