Html Css Color HEX #CE24FF Electric Purple

📋 copy color: '#CE24FF'

red 206 ◦ green 36 ◦ blue 255

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

Shades of Electric Purple #CE24FF

Tints of Electric Purple #CE24FF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.24%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 41.45%
G = 7.24%
B = 51.31%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE24FF (or 0xCE24FF) is known color: Electric Purple. HEX triplet: CE, 24 and FF. RGB value is (206,36,255). Sum of RGB (Red+Green+Blue) = 206+36+255=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 36 (14.45% from 255 or 7.24% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE24FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24FF is #31DB00. Grayscale: #6F6F6F. Windows color (decimal): -3267329 or 16721102. OLE color: 16721102.

HSL color Cylindrical-coordinate representation of color #CE24FF: hue angle of 286.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE24FF is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 36 255 -
CMYK 0.19 0.86 0 0
HSL 286.58º 1% 0.57% -
HSV(B) 286.58º 0.86% 1% -
XYZ 44.13 21.6 96.45 -
YUV 111.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 206 36 255 0.19 0.86 0 0 286.58 1 0.57
Hex CE 24 FF 13 56 0 0 11F 64 39
Octal 316 44 377 23 126 0 0 437 144 71
Binary 11001110 100100 11111111 10011 1010110 0 0 100011111 1100100 111001

Color Harmonies of #CE24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24FF

Black with #CE24FF

Text Example


Text Example

White with #CE24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24FF; }

 p { color: rgb(206,36,255); }

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

background-color css

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

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

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

border-color css

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

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

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