Html Css Color HEX #CE28B6 Deep Magenta

📋 copy color: '#CE28B6'

red 206 ◦ green 40 ◦ blue 182

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

Shades of Deep Magenta #CE28B6

Tints of Deep Magenta #CE28B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.52%

R = 48.13%
G = 9.35%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE28B6 (or 0xCE28B6) is known color: Deep Magenta. HEX triplet: CE, 28 and B6. RGB value is (206,40,182). Sum of RGB (Red+Green+Blue) = 206+40+182=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE28B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28B6 is #31D749. Grayscale: #696969. Windows color (decimal): -3266378 or 11937998. OLE color: 11937998.

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

Color convert

RGB 206 40 182 -
CMYK 0 0.81 0.12 0.19
HSL 308.67º 0.67% 0.48% -
HSV(B) 308.67º 0.81% 0.81% -
XYZ 34.66 18.02 45.91 -
YUV 105.82 171 199.45 -
System Red Green Blue C M Y K H S L
Decimal 206 40 182 0 0.81 0.12 0.19 308.67 0.67 0.48
Hex CE 28 B6 0 51 C 13 135 43 30
Octal 316 50 266 0 121 14 23 465 103 60
Binary 11001110 101000 10110110 0 1010001 1100 10011 100110101 1000011 110000

Color Harmonies of #CE28B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28B6

Black with #CE28B6

Text Example


Text Example

White with #CE28B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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