Html Css Color HEX #C004FD Electric Purple

📋 copy color: '#C004FD'

red 192 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #C004FD

Tints of Electric Purple #C004FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 42.76%
G = 0.89%
B = 56.35%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C004FD (or 0xC004FD) is known color: Electric Purple. HEX triplet: C0, 04 and FD. RGB value is (192,4,253). Sum of RGB (Red+Green+Blue) = 192+4+253=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #C004FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C004FD is #3FFB02. Grayscale: #575757. Windows color (decimal): -4193027 or 16581824. OLE color: 16581824.

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

Color convert

RGB 192 4 253 -
CMYK 0.24 0.98 0 0.01
HSL 285.3º 0.98% 0.5% -
HSV(B) 285.3º 0.98% 0.99% -
XYZ 39.51 18.39 94.39 -
YUV 88.6 220.78 201.75 -
System Red Green Blue C M Y K H S L
Decimal 192 4 253 0.24 0.98 0 0.01 285.3 0.98 0.5
Hex C0 4 FD 18 62 0 1 11D 62 32
Octal 300 4 375 30 142 0 1 435 142 62
Binary 11000000 100 11111101 11000 1100010 0 1 100011101 1100010 110010

Color Harmonies of #C004FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C004FD

Black with #C004FD

Text Example


Text Example

White with #C004FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C004FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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