Html Css Color HEX #C701FA Electric Purple

📋 copy color: '#C701FA'

red 199 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #C701FA

Tints of Electric Purple #C701FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.56%

R = 44.22%
G = 0.22%
B = 55.56%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C701FA (or 0xC701FA) is known color: Electric Purple. HEX triplet: C7, 01 and FA. RGB value is (199,1,250). Sum of RGB (Red+Green+Blue) = 199+1+250=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 1 (0.78% from 255 or 0.22% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #C701FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701FA is #38FE05. Grayscale: #575757. Windows color (decimal): -3735046 or 16384455. OLE color: 16384455.

HSL color Cylindrical-coordinate representation of color #C701FA: hue angle of 287.71º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701FA is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 1 250 -
CMYK 0.20 1.00 0 0.02
HSL 287.71º 0.99% 0.49% -
HSV(B) 287.71º 1% 0.98% -
XYZ 40.82 19.07 91.97 -
YUV 88.59 219.1 206.75 -
System Red Green Blue C M Y K H S L
Decimal 199 1 250 0.20 1.00 0 0.02 287.71 0.99 0.49
Hex C7 1 FA 14 64 0 2 120 63 31
Octal 307 1 372 24 144 0 2 440 143 61
Binary 11000111 1 11111010 10100 1100100 0 10 100100000 1100011 110001

Color Harmonies of #C701FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701FA

Black with #C701FA

Text Example


Text Example

White with #C701FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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