Html Css Color HEX #C000F9 Electric Purple

📋 copy color: '#C000F9'

red 192 ◦ green 0 ◦ blue 249

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

Shades of Electric Purple #C000F9

Tints of Electric Purple #C000F9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 249 (97.66% from 255) = 56.46%

R = 43.54%
G = 0%
B = 56.46%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C000F9 (or 0xC000F9) is known color: Electric Purple. HEX triplet: C0, 00 and F9. RGB value is (192,0,249). Sum of RGB (Red+Green+Blue) = 192+0+249=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #C000F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000F9 is #3FFF06. Grayscale: #545454. Windows color (decimal): -4194055 or 16318656. OLE color: 16318656.

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

Color convert

RGB 192 0 249 -
CMYK 0.23 1 0 0.02
HSL 286.27º 1% 0.49% -
HSV(B) 286.27º 1% 0.98% -
XYZ 38.84 18.05 91.06 -
YUV 85.79 220.11 203.75 -
System Red Green Blue C M Y K H S L
Decimal 192 0 249 0.23 1 0 0.02 286.27 1 0.49
Hex C0 0 F9 17 64 0 2 11E 64 31
Octal 300 0 371 27 144 0 2 436 144 61
Binary 11000000 0 11111001 10111 1100100 0 10 100011110 1100100 110001

Color Harmonies of #C000F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000F9

Black with #C000F9

Text Example


Text Example

White with #C000F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000F9; }

 p { color: rgb(192,0,249); }

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

background-color css

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

 a { background-color: rgb(192,0,249); }

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

border-color css

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

 span { border-color: rgb(192,0,249); }

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