Html Css Color HEX #C50FF4 Electric Purple

📋 copy color: '#C50FF4'

red 197 ◦ green 15 ◦ blue 244

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

Shades of Electric Purple #C50FF4

Tints of Electric Purple #C50FF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.51%

R = 43.2%
G = 3.29%
B = 53.51%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C50FF4 (or 0xC50FF4) is known color: Electric Purple. HEX triplet: C5, 0F and F4. RGB value is (197,15,244). Sum of RGB (Red+Green+Blue) = 197+15+244=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #C50FF4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50FF4 is #3AF00B. Grayscale: #5E5E5E. Windows color (decimal): -3862540 or 15994821. OLE color: 15994821.

HSL color Cylindrical-coordinate representation of color #C50FF4: hue angle of 287.69º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C50FF4 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 15 244 -
CMYK 0.19 0.94 0 0.04
HSL 287.69º 0.91% 0.51% -
HSV(B) 287.69º 0.94% 0.96% -
XYZ 39.53 18.74 87.12 -
YUV 95.52 211.8 200.38 -
System Red Green Blue C M Y K H S L
Decimal 197 15 244 0.19 0.94 0 0.04 287.69 0.91 0.51
Hex C5 F F4 13 5E 0 4 120 5B 33
Octal 305 17 364 23 136 0 4 440 133 63
Binary 11000101 1111 11110100 10011 1011110 0 100 100100000 1011011 110011

Color Harmonies of #C50FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50FF4

Black with #C50FF4

Text Example


Text Example

White with #C50FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50FF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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