Html Css Color HEX #C007F1 Electric Purple

📋 copy color: '#C007F1'

red 192 ◦ green 7 ◦ blue 241

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

Shades of Electric Purple #C007F1

Tints of Electric Purple #C007F1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

 BLUE value IS 241 (94.53% from 255) = 54.77%

R = 43.64%
G = 1.59%
B = 54.77%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C007F1 (or 0xC007F1) is known color: Electric Purple. HEX triplet: C0, 07 and F1. RGB value is (192,7,241). Sum of RGB (Red+Green+Blue) = 192+7+241=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #C007F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C007F1 is #3FF80E. Grayscale: #585858. Windows color (decimal): -4192271 or 15796160. OLE color: 15796160.

HSL color Cylindrical-coordinate representation of color #C007F1: hue angle of 287.44º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C007F1 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 7 241 -
CMYK 0.20 0.97 0 0.05
HSL 287.44º 0.94% 0.49% -
HSV(B) 287.44º 0.97% 0.95% -
XYZ 37.69 17.71 84.65 -
YUV 88.99 213.79 201.47 -
System Red Green Blue C M Y K H S L
Decimal 192 7 241 0.20 0.97 0 0.05 287.44 0.94 0.49
Hex C0 7 F1 14 61 0 5 11F 5E 31
Octal 300 7 361 24 141 0 5 437 136 61
Binary 11000000 111 11110001 10100 1100001 0 101 100011111 1011110 110001

Color Harmonies of #C007F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C007F1

Black with #C007F1

Text Example


Text Example

White with #C007F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C007F1; }

 p { color: rgb(192,7,241); }

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

background-color css

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

 a { background-color: rgb(192,7,241); }

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

border-color css

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

 span { border-color: rgb(192,7,241); }

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