Html Css Color HEX #C51CEA Electric Purple

📋 copy color: '#C51CEA'

red 197 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #C51CEA

Tints of Electric Purple #C51CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.1%

 BLUE value IS 234 (91.8% from 255) = 50.98%

R = 42.92%
G = 6.1%
B = 50.98%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C51CEA (or 0xC51CEA) is known color: Electric Purple. HEX triplet: C5, 1C and EA. RGB value is (197,28,234). Sum of RGB (Red+Green+Blue) = 197+28+234=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C51CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51CEA is #3AE315. Grayscale: #656565. Windows color (decimal): -3859222 or 15342789. OLE color: 15342789.

HSL color Cylindrical-coordinate representation of color #C51CEA: hue angle of 289.22º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51CEA is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 28 234 -
CMYK 0.16 0.88 0 0.08
HSL 289.22º 0.83% 0.51% -
HSV(B) 289.22º 0.88% 0.92% -
XYZ 38.29 18.64 79.42 -
YUV 102.02 202.49 195.75 -
System Red Green Blue C M Y K H S L
Decimal 197 28 234 0.16 0.88 0 0.08 289.22 0.83 0.51
Hex C5 1C EA 10 58 0 8 121 53 33
Octal 305 34 352 20 130 0 10 441 123 63
Binary 11000101 11100 11101010 10000 1011000 0 1000 100100001 1010011 110011

Color Harmonies of #C51CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CEA

Black with #C51CEA

Text Example


Text Example

White with #C51CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CEA; }

 p { color: rgb(197,28,234); }

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

background-color css

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

 a { background-color: rgb(197,28,234); }

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

border-color css

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

 span { border-color: rgb(197,28,234); }

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