Html Css Color HEX #C701FE Electric Purple

📋 copy color: '#C701FE'

red 199 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #C701FE

Tints of Electric Purple #C701FE

RGB

 RED value IS 199 (78.13% from 255) = 43.83%

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

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

R = 43.83%
G = 0.22%
B = 55.95%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C701FE (or 0xC701FE) is known color: Electric Purple. HEX triplet: C7, 01 and FE. RGB value is (199,1,254). Sum of RGB (Red+Green+Blue) = 199+1+254=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 1 (0.78% from 255 or 0.22% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #C701FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701FE is #38FE01. Grayscale: #585858. Windows color (decimal): -3735042 or 16646599. OLE color: 16646599.

HSL color Cylindrical-coordinate representation of color #C701FE: hue angle of 286.96º 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 #C701FE is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 199 1 254 -
CMYK 0.22 1.00 0 0.00
HSL 286.96º 0.99% 0.5% -
HSV(B) 286.96º 1% 1% -
XYZ 41.45 19.32 95.31 -
YUV 89.04 221.1 206.43 -
System Red Green Blue C M Y K H S L
Decimal 199 1 254 0.22 1.00 0 0.00 286.96 0.99 0.5
Hex C7 1 FE 16 64 0 0 11F 63 32
Octal 307 1 376 26 144 0 0 437 143 62
Binary 11000111 1 11111110 10110 1100100 0 0 100011111 1100011 110010

Color Harmonies of #C701FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701FE

Black with #C701FE

Text Example


Text Example

White with #C701FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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