Html Css Color HEX #CE20F9 Electric Purple

📋 copy color: '#CE20F9'

red 206 ◦ green 32 ◦ blue 249

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

Shades of Electric Purple #CE20F9

Tints of Electric Purple #CE20F9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.57%

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

R = 42.3%
G = 6.57%
B = 51.13%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE20F9 (or 0xCE20F9) is known color: Electric Purple. HEX triplet: CE, 20 and F9. RGB value is (206,32,249). Sum of RGB (Red+Green+Blue) = 206+32+249=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 32 (12.89% from 255 or 6.57% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE20F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE20F9 is #31DF06. Grayscale: #6C6C6C. Windows color (decimal): -3268359 or 16326862. OLE color: 16326862.

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

Color convert

RGB 206 32 249 -
CMYK 0.17 0.87 0 0.02
HSL 288.11º 0.95% 0.55% -
HSV(B) 288.11º 0.87% 0.98% -
XYZ 43.07 20.99 91.4 -
YUV 108.76 207.15 197.36 -
System Red Green Blue C M Y K H S L
Decimal 206 32 249 0.17 0.87 0 0.02 288.11 0.95 0.55
Hex CE 20 F9 11 57 0 2 120 5F 37
Octal 316 40 371 21 127 0 2 440 137 67
Binary 11001110 100000 11111001 10001 1010111 0 10 100100000 1011111 110111

Color Harmonies of #CE20F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE20F9

Black with #CE20F9

Text Example


Text Example

White with #CE20F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE20F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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