Html Css Color HEX #C52EFF Electric Purple

📋 copy color: '#C52EFF'

red 197 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #C52EFF

Tints of Electric Purple #C52EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.24%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 39.56%
G = 9.24%
B = 51.2%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C52EFF (or 0xC52EFF) is known color: Electric Purple. HEX triplet: C5, 2E and FF. RGB value is (197,46,255). Sum of RGB (Red+Green+Blue) = 197+46+255=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #C52EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52EFF is #3AD100. Grayscale: #727272. Windows color (decimal): -3854593 or 16723653. OLE color: 16723653.

HSL color Cylindrical-coordinate representation of color #C52EFF: hue angle of 283.35º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52EFF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 46 255 -
CMYK 0.23 0.82 0 0
HSL 283.35º 1% 0.59% -
HSV(B) 283.35º 0.82% 1% -
XYZ 42.05 21.04 96.45 -
YUV 114.98 207.03 186.51 -
System Red Green Blue C M Y K H S L
Decimal 197 46 255 0.23 0.82 0 0 283.35 1 0.59
Hex C5 2E FF 17 52 0 0 11B 64 3B
Octal 305 56 377 27 122 0 0 433 144 73
Binary 11000101 101110 11111111 10111 1010010 0 0 100011011 1100100 111011

Color Harmonies of #C52EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52EFF

Black with #C52EFF

Text Example


Text Example

White with #C52EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52EFF; }

 p { color: rgb(197,46,255); }

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

background-color css

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

 a { background-color: rgb(197,46,255); }

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

border-color css

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

 span { border-color: rgb(197,46,255); }

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