Html Css Color HEX #CE2AF9 Electric Purple

📋 copy color: '#CE2AF9'

red 206 ◦ green 42 ◦ blue 249

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

Shades of Electric Purple #CE2AF9

Tints of Electric Purple #CE2AF9

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.45%

 BLUE value IS 249 (97.66% from 255) = 50.1%

R = 41.45%
G = 8.45%
B = 50.1%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE2AF9 (or 0xCE2AF9) is known color: Electric Purple. HEX triplet: CE, 2A and F9. RGB value is (206,42,249). Sum of RGB (Red+Green+Blue) = 206+42+249=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 42 (16.80% from 255 or 8.45% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE2AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AF9 is #31D506. Grayscale: #717171. Windows color (decimal): -3265799 or 16329422. OLE color: 16329422.

HSL color Cylindrical-coordinate representation of color #CE2AF9: hue angle of 287.54º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE2AF9 is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 42 249 -
CMYK 0.17 0.83 0 0.02
HSL 287.54º 0.95% 0.57% -
HSV(B) 287.54º 0.83% 0.98% -
XYZ 43.38 21.62 91.51 -
YUV 114.63 203.83 193.17 -
System Red Green Blue C M Y K H S L
Decimal 206 42 249 0.17 0.83 0 0.02 287.54 0.95 0.57
Hex CE 2A F9 11 53 0 2 120 5F 39
Octal 316 52 371 21 123 0 2 440 137 71
Binary 11001110 101010 11111001 10001 1010011 0 10 100100000 1011111 111001

Color Harmonies of #CE2AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AF9

Black with #CE2AF9

Text Example


Text Example

White with #CE2AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AF9; }

 p { color: rgb(206,42,249); }

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

background-color css

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

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

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

border-color css

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

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

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