Html Css Color HEX #C001FE Electric Purple

📋 copy color: '#C001FE'

red 192 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #C001FE

Tints of Electric Purple #C001FE

RGB

 RED value IS 192 (75.39% from 255) = 42.95%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 254 (99.61% from 255) = 56.82%

R = 42.95%
G = 0.22%
B = 56.82%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C001FE (or 0xC001FE) is known color: Electric Purple. HEX triplet: C0, 01 and FE. RGB value is (192,1,254). Sum of RGB (Red+Green+Blue) = 192+1+254=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #C001FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001FE is #3FFE01. Grayscale: #565656. Windows color (decimal): -4193794 or 16646592. OLE color: 16646592.

HSL color Cylindrical-coordinate representation of color #C001FE: hue angle of 285.3º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C001FE is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 1 254 -
CMYK 0.24 1.00 0 0.00
HSL 285.3º 0.99% 0.5% -
HSV(B) 285.3º 1% 1% -
XYZ 39.64 18.38 95.23 -
YUV 86.95 222.28 202.93 -
System Red Green Blue C M Y K H S L
Decimal 192 1 254 0.24 1.00 0 0.00 285.3 0.99 0.5
Hex C0 1 FE 18 64 0 0 11D 63 32
Octal 300 1 376 30 144 0 0 435 143 62
Binary 11000000 1 11111110 11000 1100100 0 0 100011101 1100011 110010

Color Harmonies of #C001FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001FE

Black with #C001FE

Text Example


Text Example

White with #C001FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001FE; }

 p { color: rgb(192,1,254); }

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

background-color css

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

 a { background-color: rgb(192,1,254); }

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

border-color css

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

 span { border-color: rgb(192,1,254); }

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