Html Css Color HEX #C100FB Electric Purple

📋 copy color: '#C100FB'

red 193 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #C100FB

Tints of Electric Purple #C100FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 43.47%
G = 0%
B = 56.53%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C100FB (or 0xC100FB) is known color: Electric Purple. HEX triplet: C1, 00 and FB. RGB value is (193,0,251). Sum of RGB (Red+Green+Blue) = 193+0+251=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #C100FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C100FB is #3EFF04. Grayscale: #555555. Windows color (decimal): -4128517 or 16449729. OLE color: 16449729.

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

Color convert

RGB 193 0 251 -
CMYK 0.23 1 0 0.02
HSL 286.14º 1% 0.49% -
HSV(B) 286.14º 1% 0.98% -
XYZ 39.4 18.3 92.72 -
YUV 86.32 220.94 204.09 -
System Red Green Blue C M Y K H S L
Decimal 193 0 251 0.23 1 0 0.02 286.14 1 0.49
Hex C1 0 FB 17 64 0 2 11E 64 31
Octal 301 0 373 27 144 0 2 436 144 61
Binary 11000001 0 11111011 10111 1100100 0 10 100011110 1100100 110001

Color Harmonies of #C100FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100FB

Black with #C100FB

Text Example


Text Example

White with #C100FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100FB; }

 p { color: rgb(193,0,251); }

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

background-color css

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

 a { background-color: rgb(193,0,251); }

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

border-color css

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

 span { border-color: rgb(193,0,251); }

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