Html Css Color HEX #C001FA Electric Purple

📋 copy color: '#C001FA'

red 192 ◦ green 1 ◦ blue 250

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

Shades of Electric Purple #C001FA

Tints of Electric Purple #C001FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.43%

R = 43.34%
G = 0.23%
B = 56.43%

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

#C001FA (or 0xC001FA) is known color: Electric Purple. HEX triplet: C0, 01 and FA. RGB value is (192,1,250). Sum of RGB (Red+Green+Blue) = 192+1+250=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #C001FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C001FA is #3FFE05. Grayscale: #555555. Windows color (decimal): -4193798 or 16384448. OLE color: 16384448.

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

Color convert

RGB 192 1 250 -
CMYK 0.23 1.00 0 0.02
HSL 286.02º 0.99% 0.49% -
HSV(B) 286.02º 1% 0.98% -
XYZ 39 18.13 91.89 -
YUV 86.5 220.28 203.25 -
System Red Green Blue C M Y K H S L
Decimal 192 1 250 0.23 1.00 0 0.02 286.02 0.99 0.49
Hex C0 1 FA 17 64 0 2 11E 63 31
Octal 300 1 372 27 144 0 2 436 143 61
Binary 11000000 1 11111010 10111 1100100 0 10 100011110 1100011 110001

Color Harmonies of #C001FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001FA

Black with #C001FA

Text Example


Text Example

White with #C001FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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