Html Css Color HEX #C51FFC Electric Purple

📋 copy color: '#C51FFC'

red 197 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #C51FFC

Tints of Electric Purple #C51FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.5%

R = 41.04%
G = 6.46%
B = 52.5%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C51FFC (or 0xC51FFC) is known color: Electric Purple. HEX triplet: C5, 1F and FC. RGB value is (197,31,252). Sum of RGB (Red+Green+Blue) = 197+31+252=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #C51FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51FFC is #3AE003. Grayscale: #696969. Windows color (decimal): -3858436 or 16523205. OLE color: 16523205.

HSL color Cylindrical-coordinate representation of color #C51FFC: hue angle of 285.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51FFC is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 31 252 -
CMYK 0.22 0.88 0 0.01
HSL 285.07º 0.97% 0.55% -
HSV(B) 285.07º 0.88% 0.99% -
XYZ 41.09 19.88 93.77 -
YUV 105.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 197 31 252 0.22 0.88 0 0.01 285.07 0.97 0.55
Hex C5 1F FC 16 58 0 1 11D 61 37
Octal 305 37 374 26 130 0 1 435 141 67
Binary 11000101 11111 11111100 10110 1011000 0 1 100011101 1100001 110111

Color Harmonies of #C51FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FFC

Black with #C51FFC

Text Example


Text Example

White with #C51FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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