Html Css Color HEX #CE19FB Electric Purple

📋 copy color: '#CE19FB'

red 206 ◦ green 25 ◦ blue 251

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

Shades of Electric Purple #CE19FB

Tints of Electric Purple #CE19FB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.19%

 BLUE value IS 251 (98.44% from 255) = 52.07%

R = 42.74%
G = 5.19%
B = 52.07%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE19FB (or 0xCE19FB) is known color: Electric Purple. HEX triplet: CE, 19 and FB. RGB value is (206,25,251). Sum of RGB (Red+Green+Blue) = 206+25+251=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 25 (10.16% from 255 or 5.19% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE19FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE19FB is #31E604. Grayscale: #686868. Windows color (decimal): -3270149 or 16456142. OLE color: 16456142.

HSL color Cylindrical-coordinate representation of color #CE19FB: hue angle of 288.05º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE19FB is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 25 251 -
CMYK 0.18 0.90 0 0.02
HSL 288.05º 0.97% 0.54% -
HSV(B) 288.05º 0.9% 0.98% -
XYZ 43.21 20.78 93 -
YUV 104.88 210.47 200.12 -
System Red Green Blue C M Y K H S L
Decimal 206 25 251 0.18 0.90 0 0.02 288.05 0.97 0.54
Hex CE 19 FB 12 5A 0 2 120 61 36
Octal 316 31 373 22 132 0 2 440 141 66
Binary 11001110 11001 11111011 10010 1011010 0 10 100100000 1100001 110110

Color Harmonies of #CE19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19FB

Black with #CE19FB

Text Example


Text Example

White with #CE19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19FB; }

 p { color: rgb(206,25,251); }

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

background-color css

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

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

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

border-color css

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

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

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