Html Css Color HEX #C51FF9 Electric Purple

📋 copy color: '#C51FF9'

red 197 ◦ green 31 ◦ blue 249

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

Shades of Electric Purple #C51FF9

Tints of Electric Purple #C51FF9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.5%

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

R = 41.3%
G = 6.5%
B = 52.2%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C51FF9 (or 0xC51FF9) is known color: Electric Purple. HEX triplet: C5, 1F and F9. RGB value is (197,31,249). Sum of RGB (Red+Green+Blue) = 197+31+249=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #C51FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FF9 is #3AE006. Grayscale: #686868. Windows color (decimal): -3858439 or 16326597. OLE color: 16326597.

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

Color convert

RGB 197 31 249 -
CMYK 0.21 0.88 0 0.02
HSL 285.69º 0.95% 0.55% -
HSV(B) 285.69º 0.88% 0.98% -
XYZ 40.61 19.69 91.28 -
YUV 105.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 197 31 249 0.21 0.88 0 0.02 285.69 0.95 0.55
Hex C5 1F F9 15 58 0 2 11E 5F 37
Octal 305 37 371 25 130 0 2 436 137 67
Binary 11000101 11111 11111001 10101 1011000 0 10 100011110 1011111 110111

Color Harmonies of #C51FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FF9

Black with #C51FF9

Text Example


Text Example

White with #C51FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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