Html Css Color HEX #C50FFF Electric Purple

📋 copy color: '#C50FFF'

red 197 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #C50FFF

Tints of Electric Purple #C50FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.21%

 BLUE value IS 255 (100% from 255) = 54.6%

R = 42.18%
G = 3.21%
B = 54.6%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C50FFF (or 0xC50FFF) is known color: Electric Purple. HEX triplet: C5, 0F and FF. RGB value is (197,15,255). Sum of RGB (Red+Green+Blue) = 197+15+255=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 15 (6.25% from 255 or 3.21% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C50FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FFF is #3AF000. Grayscale: #5F5F5F. Windows color (decimal): -3862529 or 16715717. OLE color: 16715717.

HSL color Cylindrical-coordinate representation of color #C50FFF: hue angle of 285.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50FFF is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 15 255 -
CMYK 0.23 0.94 0 0
HSL 285.5º 1% 0.53% -
HSV(B) 285.5º 0.94% 1% -
XYZ 41.25 19.43 96.18 -
YUV 96.78 217.3 199.49 -
System Red Green Blue C M Y K H S L
Decimal 197 15 255 0.23 0.94 0 0 285.5 1 0.53
Hex C5 F FF 17 5E 0 0 11E 64 35
Octal 305 17 377 27 136 0 0 436 144 65
Binary 11000101 1111 11111111 10111 1011110 0 0 100011110 1100100 110101

Color Harmonies of #C50FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FFF

Black with #C50FFF

Text Example


Text Example

White with #C50FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FFF; }

 p { color: rgb(197,15,255); }

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

background-color css

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

 a { background-color: rgb(197,15,255); }

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

border-color css

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

 span { border-color: rgb(197,15,255); }

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