Html Css Color HEX #C501F1 Electric Purple

📋 copy color: '#C501F1'

red 197 ◦ green 1 ◦ blue 241

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

Shades of Electric Purple #C501F1

Tints of Electric Purple #C501F1

RGB

 RED value IS 197 (77.34% from 255) = 44.87%

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

 BLUE value IS 241 (94.53% from 255) = 54.9%

R = 44.87%
G = 0.23%
B = 54.9%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C501F1 (or 0xC501F1) is known color: Electric Purple. HEX triplet: C5, 01 and F1. RGB value is (197,1,241). Sum of RGB (Red+Green+Blue) = 197+1+241=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #C501F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501F1 is #3AFE0E. Grayscale: #565656. Windows color (decimal): -3866127 or 15794629. OLE color: 15794629.

HSL color Cylindrical-coordinate representation of color #C501F1: hue angle of 289º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C501F1 is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 1 241 -
CMYK 0.18 1.00 0 0.05
HSL 289º 0.99% 0.47% -
HSV(B) 289º 1% 0.95% -
XYZ 38.91 18.24 84.69 -
YUV 86.96 214.93 206.49 -
System Red Green Blue C M Y K H S L
Decimal 197 1 241 0.18 1.00 0 0.05 289 0.99 0.47
Hex C5 1 F1 12 64 0 5 121 63 2F
Octal 305 1 361 22 144 0 5 441 143 57
Binary 11000101 1 11110001 10010 1100100 0 101 100100001 1100011 101111

Color Harmonies of #C501F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501F1

Black with #C501F1

Text Example


Text Example

White with #C501F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501F1; }

 p { color: rgb(197,1,241); }

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

background-color css

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

 a { background-color: rgb(197,1,241); }

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

border-color css

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

 span { border-color: rgb(197,1,241); }

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