Html Css Color HEX #CE28CE Deep Magenta

📋 copy color: '#CE28CE'

red 206 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #CE28CE

Tints of Deep Magenta #CE28CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 45.58%
G = 8.85%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE28CE (or 0xCE28CE) is known color: Deep Magenta. HEX triplet: CE, 28 and CE. RGB value is (206,40,206). Sum of RGB (Red+Green+Blue) = 206+40+206=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 40 (16.02% from 255 or 8.85% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE28CE is #31D731. Grayscale: #6C6C6C. Windows color (decimal): -3266354 or 13510862. OLE color: 13510862.

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

Color convert

RGB 206 40 206 -
CMYK 0 0.81 0 0.19
HSL 300º 0.67% 0.48% -
HSV(B) 300º 0.81% 0.81% -
XYZ 37.35 19.1 60.11 -
YUV 108.56 183 197.5 -
System Red Green Blue C M Y K H S L
Decimal 206 40 206 0 0.81 0 0.19 300 0.67 0.48
Hex CE 28 CE 0 51 0 13 12C 43 30
Octal 316 50 316 0 121 0 23 454 103 60
Binary 11001110 101000 11001110 0 1010001 0 10011 100101100 1000011 110000

Color Harmonies of #CE28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28CE

Black with #CE28CE

Text Example


Text Example

White with #CE28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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