Html Css Color HEX #C513F9 Electric Purple

📋 copy color: '#C513F9'

red 197 ◦ green 19 ◦ blue 249

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

Shades of Electric Purple #C513F9

Tints of Electric Purple #C513F9

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 42.37%
G = 4.09%
B = 53.55%

CMYK

 C value IS 0.21

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C513F9 (or 0xC513F9) is known color: Electric Purple. HEX triplet: C5, 13 and F9. RGB value is (197,19,249). Sum of RGB (Red+Green+Blue) = 197+19+249=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 19 (7.81% from 255 or 4.09% from 465); Blue value is 249 (97.66% from 255 or 53.55% from 465); Max value from RGB is 249 - color contains mainly: blue. Hex color #C513F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C513F9 is #3AEC06. Grayscale: #616161. Windows color (decimal): -3861511 or 16323525. OLE color: 16323525.

HSL color Cylindrical-coordinate representation of color #C513F9: hue angle of 286.43º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C513F9 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 19 249 -
CMYK 0.21 0.92 0 0.02
HSL 286.43º 0.95% 0.53% -
HSV(B) 286.43º 0.92% 0.98% -
XYZ 40.36 19.18 91.2 -
YUV 98.44 212.97 198.3 -
System Red Green Blue C M Y K H S L
Decimal 197 19 249 0.21 0.92 0 0.02 286.43 0.95 0.53
Hex C5 13 F9 15 5C 0 2 11E 5F 35
Octal 305 23 371 25 134 0 2 436 137 65
Binary 11000101 10011 11111001 10101 1011100 0 10 100011110 1011111 110101

Color Harmonies of #C513F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C513F9

Black with #C513F9

Text Example


Text Example

White with #C513F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C513F9; }

 p { color: rgb(197,19,249); }

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

background-color css

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

 a { background-color: rgb(197,19,249); }

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

border-color css

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

 span { border-color: rgb(197,19,249); }

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