Html Css Color HEX #C52CFF Electric Purple

📋 copy color: '#C52CFF'

red 197 ◦ green 44 ◦ blue 255

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

Shades of Electric Purple #C52CFF

Tints of Electric Purple #C52CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.87%

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

R = 39.72%
G = 8.87%
B = 51.41%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C52CFF (or 0xC52CFF) is known color: Electric Purple. HEX triplet: C5, 2C and FF. RGB value is (197,44,255). Sum of RGB (Red+Green+Blue) = 197+44+255=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 44 (17.58% from 255 or 8.87% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C52CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CFF is #3AD300. Grayscale: #717171. Windows color (decimal): -3855105 or 16723141. OLE color: 16723141.

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

Color convert

RGB 197 44 255 -
CMYK 0.23 0.83 0 0
HSL 283.51º 1% 0.59% -
HSV(B) 283.51º 0.83% 1% -
XYZ 41.98 20.89 96.43 -
YUV 113.8 207.69 187.34 -
System Red Green Blue C M Y K H S L
Decimal 197 44 255 0.23 0.83 0 0 283.51 1 0.59
Hex C5 2C FF 17 53 0 0 11C 64 3B
Octal 305 54 377 27 123 0 0 434 144 73
Binary 11000101 101100 11111111 10111 1010011 0 0 100011100 1100100 111011

Color Harmonies of #C52CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CFF

Black with #C52CFF

Text Example


Text Example

White with #C52CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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