Html Css Color HEX #CE26E1 Deep Magenta

📋 copy color: '#CE26E1'

red 206 ◦ green 38 ◦ blue 225

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

Shades of Deep Magenta #CE26E1

Tints of Deep Magenta #CE26E1

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.1%

 BLUE value IS 225 (88.28% from 255) = 47.97%

R = 43.92%
G = 8.1%
B = 47.97%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE26E1 (or 0xCE26E1) is known color: Deep Magenta. HEX triplet: CE, 26 and E1. RGB value is (206,38,225). Sum of RGB (Red+Green+Blue) = 206+38+225=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 38 (15.23% from 255 or 8.10% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE26E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE26E1 is #31D91E. Grayscale: #6C6C6C. Windows color (decimal): -3266847 or 14755534. OLE color: 14755534.

HSL color Cylindrical-coordinate representation of color #CE26E1: hue angle of 293.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE26E1 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 38 225 -
CMYK 0.08 0.83 0 0.12
HSL 293.9º 0.76% 0.52% -
HSV(B) 293.9º 0.83% 0.88% -
XYZ 39.74 19.94 72.99 -
YUV 109.55 193.16 196.79 -
System Red Green Blue C M Y K H S L
Decimal 206 38 225 0.08 0.83 0 0.12 293.9 0.76 0.52
Hex CE 26 E1 8 53 0 C 126 4C 34
Octal 316 46 341 10 123 0 14 446 114 64
Binary 11001110 100110 11100001 1000 1010011 0 1100 100100110 1001100 110100

Color Harmonies of #CE26E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE26E1

Black with #CE26E1

Text Example


Text Example

White with #CE26E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE26E1; }

 p { color: rgb(206,38,225); }

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

background-color css

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

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

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

border-color css

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

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

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