Html Css Color HEX #C104FC Electric Purple

📋 copy color: '#C104FC'

red 193 ◦ green 4 ◦ blue 252

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

Shades of Electric Purple #C104FC

Tints of Electric Purple #C104FC

RGB

 RED value IS 193 (75.78% from 255) = 42.98%

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

 BLUE value IS 252 (98.83% from 255) = 56.12%

R = 42.98%
G = 0.89%
B = 56.12%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C104FC (or 0xC104FC) is known color: Electric Purple. HEX triplet: C1, 04 and FC. RGB value is (193,4,252). Sum of RGB (Red+Green+Blue) = 193+4+252=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 4 (1.95% from 255 or 0.89% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #C104FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104FC is #3EFB03. Grayscale: #575757. Windows color (decimal): -4127492 or 16516289. OLE color: 16516289.

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

Color convert

RGB 193 4 252 -
CMYK 0.23 0.98 0 0.01
HSL 285.73º 0.98% 0.5% -
HSV(B) 285.73º 0.98% 0.99% -
XYZ 39.61 18.45 93.57 -
YUV 88.78 220.12 202.33 -
System Red Green Blue C M Y K H S L
Decimal 193 4 252 0.23 0.98 0 0.01 285.73 0.98 0.5
Hex C1 4 FC 17 62 0 1 11E 62 32
Octal 301 4 374 27 142 0 1 436 142 62
Binary 11000001 100 11111100 10111 1100010 0 1 100011110 1100010 110010

Color Harmonies of #C104FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104FC

Black with #C104FC

Text Example


Text Example

White with #C104FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104FC; }

 p { color: rgb(193,4,252); }

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

background-color css

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

 a { background-color: rgb(193,4,252); }

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

border-color css

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

 span { border-color: rgb(193,4,252); }

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