Html Css Color HEX #C104FF Electric Purple

📋 copy color: '#C104FF'

red 193 ◦ green 4 ◦ blue 255

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

Shades of Electric Purple #C104FF

Tints of Electric Purple #C104FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.42%

R = 42.7%
G = 0.88%
B = 56.42%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C104FF (or 0xC104FF) is known color: Electric Purple. HEX triplet: C1, 04 and FF. RGB value is (193,4,255). Sum of RGB (Red+Green+Blue) = 193+4+255=452 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.70% from 452); Green value is 4 (1.95% from 255 or 0.88% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #C104FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C104FF is #3EFB00. Grayscale: #585858. Windows color (decimal): -4127489 or 16712897. OLE color: 16712897.

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

Color convert

RGB 193 4 255 -
CMYK 0.24 0.98 0 0
HSL 285.18º 1% 0.51% -
HSV(B) 285.18º 0.98% 1% -
XYZ 40.09 18.64 96.09 -
YUV 89.13 221.62 202.09 -
System Red Green Blue C M Y K H S L
Decimal 193 4 255 0.24 0.98 0 0 285.18 1 0.51
Hex C1 4 FF 18 62 0 0 11D 64 33
Octal 301 4 377 30 142 0 0 435 144 63
Binary 11000001 100 11111111 11000 1100010 0 0 100011101 1100100 110011

Color Harmonies of #C104FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C104FF

Black with #C104FF

Text Example


Text Example

White with #C104FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C104FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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