Html Css Color HEX #C004FE Electric Purple

📋 copy color: '#C004FE'

red 192 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #C004FE

Tints of Electric Purple #C004FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

 BLUE value IS 254 (99.61% from 255) = 56.44%

R = 42.67%
G = 0.89%
B = 56.44%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C004FE (or 0xC004FE) is known color: Electric Purple. HEX triplet: C0, 04 and FE. RGB value is (192,4,254). Sum of RGB (Red+Green+Blue) = 192+4+254=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #C004FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004FE is #3FFB01. Grayscale: #575757. Windows color (decimal): -4193026 or 16647360. OLE color: 16647360.

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

Color convert

RGB 192 4 254 -
CMYK 0.24 0.98 0 0.00
HSL 285.12º 0.99% 0.51% -
HSV(B) 285.12º 0.98% 1% -
XYZ 39.67 18.45 95.24 -
YUV 88.71 221.28 201.67 -
System Red Green Blue C M Y K H S L
Decimal 192 4 254 0.24 0.98 0 0.00 285.12 0.99 0.51
Hex C0 4 FE 18 62 0 0 11D 63 33
Octal 300 4 376 30 142 0 0 435 143 63
Binary 11000000 100 11111110 11000 1100010 0 0 100011101 1100011 110011

Color Harmonies of #C004FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004FE

Black with #C004FE

Text Example


Text Example

White with #C004FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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