Html Css Color HEX #CE28BB Deep Magenta

📋 copy color: '#CE28BB'

red 206 ◦ green 40 ◦ blue 187

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

Shades of Deep Magenta #CE28BB

Tints of Deep Magenta #CE28BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

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

R = 47.58%
G = 9.24%
B = 43.19%

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

#CE28BB (or 0xCE28BB) is known color: Deep Magenta. HEX triplet: CE, 28 and BB. RGB value is (206,40,187). Sum of RGB (Red+Green+Blue) = 206+40+187=433 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.58% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28BB is #31D744. Grayscale: #696969. Windows color (decimal): -3266373 or 12265678. OLE color: 12265678.

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

Color convert

RGB 206 40 187 -
CMYK 0 0.81 0.09 0.19
HSL 306.87º 0.67% 0.48% -
HSV(B) 306.87º 0.81% 0.81% -
XYZ 35.18 18.23 48.68 -
YUV 106.39 173.5 199.05 -
System Red Green Blue C M Y K H S L
Decimal 206 40 187 0 0.81 0.09 0.19 306.87 0.67 0.48
Hex CE 28 BB 0 51 9 13 133 43 30
Octal 316 50 273 0 121 11 23 463 103 60
Binary 11001110 101000 10111011 0 1010001 1001 10011 100110011 1000011 110000

Color Harmonies of #CE28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28BB

Black with #CE28BB

Text Example


Text Example

White with #CE28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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