Html Css Color HEX #C101F9 Electric Purple

📋 copy color: '#C101F9'

red 193 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #C101F9

Tints of Electric Purple #C101F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 56.21%

R = 43.57%
G = 0.23%
B = 56.21%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C101F9 (or 0xC101F9) is known color: Electric Purple. HEX triplet: C1, 01 and F9. RGB value is (193,1,249). Sum of RGB (Red+Green+Blue) = 193+1+249=443 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.57% from 443); Green value is 1 (0.78% from 255 or 0.23% from 443); Blue value is 249 (97.66% from 255 or 56.21% from 443); Max value from RGB is 249 - color contains mainly: blue. Hex color #C101F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C101F9 is #3EFE06. Grayscale: #555555. Windows color (decimal): -4128263 or 16318913. OLE color: 16318913.

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

Color convert

RGB 193 1 249 -
CMYK 0.22 1.00 0 0.02
HSL 286.45º 0.99% 0.49% -
HSV(B) 286.45º 1% 0.98% -
XYZ 39.1 18.2 91.07 -
YUV 86.68 219.61 203.83 -
System Red Green Blue C M Y K H S L
Decimal 193 1 249 0.22 1.00 0 0.02 286.45 0.99 0.49
Hex C1 1 F9 16 64 0 2 11E 63 31
Octal 301 1 371 26 144 0 2 436 143 61
Binary 11000001 1 11111001 10110 1100100 0 10 100011110 1100011 110001

Color Harmonies of #C101F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C101F9

Black with #C101F9

Text Example


Text Example

White with #C101F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C101F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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