Html Css Color HEX #CE28B9 Deep Magenta

📋 copy color: '#CE28B9'

red 206 ◦ green 40 ◦ blue 185

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

Shades of Deep Magenta #CE28B9

Tints of Deep Magenta #CE28B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.92%

R = 47.8%
G = 9.28%
B = 42.92%

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

#CE28B9 (or 0xCE28B9) is known color: Deep Magenta. HEX triplet: CE, 28 and B9. RGB value is (206,40,185). Sum of RGB (Red+Green+Blue) = 206+40+185=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28B9 is #31D746. Grayscale: #696969. Windows color (decimal): -3266375 or 12134606. OLE color: 12134606.

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

Color convert

RGB 206 40 185 -
CMYK 0 0.81 0.10 0.19
HSL 307.59º 0.67% 0.48% -
HSV(B) 307.59º 0.81% 0.81% -
XYZ 34.97 18.14 47.56 -
YUV 106.16 172.5 199.21 -
System Red Green Blue C M Y K H S L
Decimal 206 40 185 0 0.81 0.10 0.19 307.59 0.67 0.48
Hex CE 28 B9 0 51 A 13 134 43 30
Octal 316 50 271 0 121 12 23 464 103 60
Binary 11001110 101000 10111001 0 1010001 1010 10011 100110100 1000011 110000

Color Harmonies of #CE28B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28B9

Black with #CE28B9

Text Example


Text Example

White with #CE28B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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