Html Css Color HEX #C51AFB Electric Purple

📋 copy color: '#C51AFB'

red 197 ◦ green 26 ◦ blue 251

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

Shades of Electric Purple #C51AFB

Tints of Electric Purple #C51AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.49%

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

R = 41.56%
G = 5.49%
B = 52.95%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C51AFB (or 0xC51AFB) is known color: Electric Purple. HEX triplet: C5, 1A and FB. RGB value is (197,26,251). Sum of RGB (Red+Green+Blue) = 197+26+251=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 26 (10.55% from 255 or 5.49% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #C51AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AFB is #3AE504. Grayscale: #666666. Windows color (decimal): -3859717 or 16456389. OLE color: 16456389.

HSL color Cylindrical-coordinate representation of color #C51AFB: hue angle of 285.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51AFB is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 26 251 -
CMYK 0.22 0.90 0 0.02
HSL 285.6º 0.97% 0.54% -
HSV(B) 285.6º 0.9% 0.98% -
XYZ 40.81 19.57 92.89 -
YUV 102.78 211.65 195.2 -
System Red Green Blue C M Y K H S L
Decimal 197 26 251 0.22 0.90 0 0.02 285.6 0.97 0.54
Hex C5 1A FB 16 5A 0 2 11E 61 36
Octal 305 32 373 26 132 0 2 436 141 66
Binary 11000101 11010 11111011 10110 1011010 0 10 100011110 1100001 110110

Color Harmonies of #C51AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AFB

Black with #C51AFB

Text Example


Text Example

White with #C51AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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