Html Css Color HEX #C001F9 Electric Purple

📋 copy color: '#C001F9'

red 192 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #C001F9

Tints of Electric Purple #C001F9

RGB

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

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

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

R = 43.44%
G = 0.23%
B = 56.33%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C001F9 (or 0xC001F9) is known color: Electric Purple. HEX triplet: C0, 01 and F9. RGB value is (192,1,249). Sum of RGB (Red+Green+Blue) = 192+1+249=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 249 (97.66% from 255 or 56.33% from 442); Max value from RGB is 249 - color contains mainly: blue. Hex color #C001F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001F9 is #3FFE06. Grayscale: #555555. Windows color (decimal): -4193799 or 16318912. OLE color: 16318912.

HSL color Cylindrical-coordinate representation of color #C001F9: hue angle of 286.21º 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 #C001F9 is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 1 249 -
CMYK 0.23 1.00 0 0.02
HSL 286.21º 0.99% 0.49% -
HSV(B) 286.21º 1% 0.98% -
XYZ 38.85 18.07 91.06 -
YUV 86.38 219.78 203.33 -
System Red Green Blue C M Y K H S L
Decimal 192 1 249 0.23 1.00 0 0.02 286.21 0.99 0.49
Hex C0 1 F9 17 64 0 2 11E 63 31
Octal 300 1 371 27 144 0 2 436 143 61
Binary 11000000 1 11111001 10111 1100100 0 10 100011110 1100011 110001

Color Harmonies of #C001F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001F9

Black with #C001F9

Text Example


Text Example

White with #C001F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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