Html Css Color HEX #C101FD Electric Purple

📋 copy color: '#C101FD'

red 193 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #C101FD

Tints of Electric Purple #C101FD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 43.18%
G = 0.22%
B = 56.6%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C101FD (or 0xC101FD) is known color: Electric Purple. HEX triplet: C1, 01 and FD. RGB value is (193,1,253). Sum of RGB (Red+Green+Blue) = 193+1+253=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 1 (0.78% from 255 or 0.22% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #C101FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101FD is #3EFE02. Grayscale: #565656. Windows color (decimal): -4128259 or 16581057. OLE color: 16581057.

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

Color convert

RGB 193 1 253 -
CMYK 0.24 1.00 0 0.01
HSL 285.71º 0.99% 0.5% -
HSV(B) 285.71º 1% 0.99% -
XYZ 39.73 18.45 94.4 -
YUV 87.14 221.61 203.51 -
System Red Green Blue C M Y K H S L
Decimal 193 1 253 0.24 1.00 0 0.01 285.71 0.99 0.5
Hex C1 1 FD 18 64 0 1 11E 63 32
Octal 301 1 375 30 144 0 1 436 143 62
Binary 11000001 1 11111101 11000 1100100 0 1 100011110 1100011 110010

Color Harmonies of #C101FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101FD

Black with #C101FD

Text Example


Text Example

White with #C101FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101FD; }

 p { color: rgb(193,1,253); }

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

background-color css

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

 a { background-color: rgb(193,1,253); }

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

border-color css

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

 span { border-color: rgb(193,1,253); }

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