Html Css Color HEX #C001F7 Electric Purple

📋 copy color: '#C001F7'

red 192 ◦ green 1 ◦ blue 247

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

Shades of Electric Purple #C001F7

Tints of Electric Purple #C001F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 56.14%

R = 43.64%
G = 0.23%
B = 56.14%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C001F7 (or 0xC001F7) is known color: Electric Purple. HEX triplet: C0, 01 and F7. RGB value is (192,1,247). Sum of RGB (Red+Green+Blue) = 192+1+247=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 247 (96.88% from 255 or 56.14% from 440); Max value from RGB is 247 - color contains mainly: blue. Hex color #C001F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001F7 is #3FFE08. Grayscale: #555555. Windows color (decimal): -4193801 or 16187840. OLE color: 16187840.

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

Color convert

RGB 192 1 247 -
CMYK 0.22 1.00 0 0.03
HSL 286.59º 0.99% 0.49% -
HSV(B) 286.59º 1% 0.97% -
XYZ 38.54 17.94 89.43 -
YUV 86.15 218.78 203.5 -
System Red Green Blue C M Y K H S L
Decimal 192 1 247 0.22 1.00 0 0.03 286.59 0.99 0.49
Hex C0 1 F7 16 64 0 3 11F 63 31
Octal 300 1 367 26 144 0 3 437 143 61
Binary 11000000 1 11110111 10110 1100100 0 11 100011111 1100011 110001

Color Harmonies of #C001F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001F7

Black with #C001F7

Text Example


Text Example

White with #C001F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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