Html Css Color HEX #C501F2 Electric Purple

📋 copy color: '#C501F2'

red 197 ◦ green 1 ◦ blue 242

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

Shades of Electric Purple #C501F2

Tints of Electric Purple #C501F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 55%

R = 44.77%
G = 0.23%
B = 55%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C501F2 (or 0xC501F2) is known color: Electric Purple. HEX triplet: C5, 01 and F2. RGB value is (197,1,242). Sum of RGB (Red+Green+Blue) = 197+1+242=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 1 (0.78% from 255 or 0.23% from 440); Blue value is 242 (94.92% from 255 or 55% from 440); Max value from RGB is 242 - color contains mainly: blue. Hex color #C501F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C501F2 is #3AFE0D. Grayscale: #565656. Windows color (decimal): -3866126 or 15860165. OLE color: 15860165.

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

Color convert

RGB 197 1 242 -
CMYK 0.19 1.00 0 0.05
HSL 288.8º 0.99% 0.48% -
HSV(B) 288.8º 1% 0.95% -
XYZ 39.06 18.3 85.48 -
YUV 87.08 215.43 206.4 -
System Red Green Blue C M Y K H S L
Decimal 197 1 242 0.19 1.00 0 0.05 288.8 0.99 0.48
Hex C5 1 F2 13 64 0 5 121 63 30
Octal 305 1 362 23 144 0 5 441 143 60
Binary 11000101 1 11110010 10011 1100100 0 101 100100001 1100011 110000

Color Harmonies of #C501F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C501F2

Black with #C501F2

Text Example


Text Example

White with #C501F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C501F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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