Html Css Color HEX #C701EF Electric Purple

📋 copy color: '#C701EF'

red 199 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #C701EF

Tints of Electric Purple #C701EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 45.33%
G = 0.23%
B = 54.44%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C701EF (or 0xC701EF) is known color: Electric Purple. HEX triplet: C7, 01 and EF. RGB value is (199,1,239). Sum of RGB (Red+Green+Blue) = 199+1+239=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #C701EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701EF is #38FE10. Grayscale: #565656. Windows color (decimal): -3735057 or 15663559. OLE color: 15663559.

HSL color Cylindrical-coordinate representation of color #C701EF: hue angle of 289.92º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701EF is Cyan = 0.17, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 1 239 -
CMYK 0.17 1.00 0 0.06
HSL 289.92º 0.99% 0.47% -
HSV(B) 289.92º 1% 0.94% -
XYZ 39.14 18.4 83.15 -
YUV 87.33 213.6 207.65 -
System Red Green Blue C M Y K H S L
Decimal 199 1 239 0.17 1.00 0 0.06 289.92 0.99 0.47
Hex C7 1 EF 11 64 0 6 122 63 2F
Octal 307 1 357 21 144 0 6 442 143 57
Binary 11000111 1 11101111 10001 1100100 0 110 100100010 1100011 101111

Color Harmonies of #C701EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C701EF

Black with #C701EF

Text Example


Text Example

White with #C701EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C701EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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