Html Css Color HEX #C51FFB Electric Purple

📋 copy color: '#C51FFB'

red 197 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #C51FFB

Tints of Electric Purple #C51FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 41.13%
G = 6.47%
B = 52.4%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C51FFB (or 0xC51FFB) is known color: Electric Purple. HEX triplet: C5, 1F and FB. RGB value is (197,31,251). Sum of RGB (Red+Green+Blue) = 197+31+251=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 31 (12.5% from 255 or 6.47% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #C51FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FFB is #3AE004. Grayscale: #686868. Windows color (decimal): -3858437 or 16457669. OLE color: 16457669.

HSL color Cylindrical-coordinate representation of color #C51FFB: hue angle of 285.27º degrees, saturation: 0.96, 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 #C51FFB is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 31 251 -
CMYK 0.22 0.88 0 0.02
HSL 285.27º 0.96% 0.55% -
HSV(B) 285.27º 0.88% 0.98% -
XYZ 40.93 19.82 92.93 -
YUV 105.71 210 193.11 -
System Red Green Blue C M Y K H S L
Decimal 197 31 251 0.22 0.88 0 0.02 285.27 0.96 0.55
Hex C5 1F FB 16 58 0 2 11D 60 37
Octal 305 37 373 26 130 0 2 435 140 67
Binary 11000101 11111 11111011 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C51FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FFB

Black with #C51FFB

Text Example


Text Example

White with #C51FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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