#C003FE

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

Shades of Electric Purple #C003FE

Tints of Electric Purple #C003FE

Color information

#C003FE (or 0xC003FE) is unknown color: approx Electric Purple. HEX triplet: C0, 03 and FE. RGB value is (192,3,254). Sum of RGB (Red+Green+Blue) = 192+3+254=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #C003FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C003FE is #3FFC01. Grayscale: #575757. Windows color (decimal): -4193282 or 16647104. OLE color: 16647104.

HSL color Cylindrical-coordinate representation of color #C003FE: hue angle of 285.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C003FE is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB1923254-
CMYK0.240.9900.00
HSL285.18º99.21%50.39%-
HSV(B)285.18º98.82%99.61%-
XYZ39.6618.4395.23-
YUV88.12221.62202.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 254 (99.61% from 255) = 56.57%
R=42.76%
G=0.67%
B=56.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal19232540.240.9900.00285.1899.2150.39
HexC03FE18630011d6332
Octal3003376301430043514362
Binary110000001111111110110001100011001000111011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C003FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C003FE; }

 p { color: rgb(192,3,254); }

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

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

 a { background-color: rgb(192,3,254); }

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

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

 span { border-color: rgb(192,3,254); }

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