Html Css Color HEX #C51AF3 Electric Purple

📋 copy color: '#C51AF3'

red 197 ◦ green 26 ◦ blue 243

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

Shades of Electric Purple #C51AF3

Tints of Electric Purple #C51AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 52.15%

R = 42.27%
G = 5.58%
B = 52.15%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C51AF3 (or 0xC51AF3) is known color: Electric Purple. HEX triplet: C5, 1A and F3. RGB value is (197,26,243). Sum of RGB (Red+Green+Blue) = 197+26+243=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 243 (95.31% from 255 or 52.15% from 466); Max value from RGB is 243 - color contains mainly: blue. Hex color #C51AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AF3 is #3AE50C. Grayscale: #656565. Windows color (decimal): -3859725 or 15932101. OLE color: 15932101.

HSL color Cylindrical-coordinate representation of color #C51AF3: hue angle of 287.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51AF3 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 26 243 -
CMYK 0.19 0.89 0 0.05
HSL 287.28º 0.9% 0.53% -
HSV(B) 287.28º 0.89% 0.95% -
XYZ 39.57 19.08 86.39 -
YUV 101.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 197 26 243 0.19 0.89 0 0.05 287.28 0.9 0.53
Hex C5 1A F3 13 59 0 5 11F 5A 35
Octal 305 32 363 23 131 0 5 437 132 65
Binary 11000101 11010 11110011 10011 1011001 0 101 100011111 1011010 110101

Color Harmonies of #C51AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AF3

Black with #C51AF3

Text Example


Text Example

White with #C51AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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