Html Css Color HEX #C101FC Electric Purple

📋 copy color: '#C101FC'

red 193 ◦ green 1 ◦ blue 252

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

Shades of Electric Purple #C101FC

Tints of Electric Purple #C101FC

RGB

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

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

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

R = 43.27%
G = 0.22%
B = 56.5%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C101FC (or 0xC101FC) is known color: Electric Purple. HEX triplet: C1, 01 and FC. RGB value is (193,1,252). Sum of RGB (Red+Green+Blue) = 193+1+252=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #C101FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101FC is #3EFE03. Grayscale: #565656. Windows color (decimal): -4128260 or 16515521. OLE color: 16515521.

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

Color convert

RGB 193 1 252 -
CMYK 0.23 1.00 0 0.01
HSL 285.9º 0.99% 0.5% -
HSV(B) 285.9º 1% 0.99% -
XYZ 39.57 18.39 93.56 -
YUV 87.02 221.11 203.59 -
System Red Green Blue C M Y K H S L
Decimal 193 1 252 0.23 1.00 0 0.01 285.9 0.99 0.5
Hex C1 1 FC 17 64 0 1 11E 63 32
Octal 301 1 374 27 144 0 1 436 143 62
Binary 11000001 1 11111100 10111 1100100 0 1 100011110 1100011 110010

Color Harmonies of #C101FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101FC

Black with #C101FC

Text Example


Text Example

White with #C101FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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