#C01BF9

Color #C01BF9 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C01BF9

Tints of Electric Purple #C01BF9

Color information

#C01BF9 (or 0xC01BF9) is unknown color: approx Electric Purple. HEX triplet: C0, 1B and F9. RGB value is (192,27,249). Sum of RGB (Red+Green+Blue) = 192+27+249=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 249 (97.66% from 255 or 53.21% from 468); Max value from RGB is 249 - color contains mainly: blue. Hex color #C01BF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01BF9 is #3FE406. Grayscale: #646464. Windows color (decimal): -4187143 or 16325568. OLE color: 16325568.

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

Color convert

RGB19227249-
CMYK0.230.8900.02
HSL284.59º94.87%54.12%-
HSV(B)284.59º89.16%97.65%-
XYZ39.2318.8391.19-
YUV101.64211.16192.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.03%
GREEN value IS 27 (10.94% from 255) = 5.77%
BLUE value IS 249 (97.66% from 255) = 53.21%
R=41.03%
G=5.77%
B=53.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192272490.230.8900.02284.5994.8754.12
HexC01BF917590211d5f36
Octal30033371271310243513766
Binary1100000011011111110011011110110010101000111011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01BF9; }

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

 H1.HeaderClassName
 {
   color: #C01BF9;
 }
 .AnyTagClassName
 {
   color: #C01BF9;
 }
</style>
background-color css

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

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

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

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

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

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