Html Css Color HEX #C52DFF Electric Purple

📋 copy color: '#C52DFF'

red 197 ◦ green 45 ◦ blue 255

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

Shades of Electric Purple #C52DFF

Tints of Electric Purple #C52DFF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.05%

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

R = 39.64%
G = 9.05%
B = 51.31%

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

#C52DFF (or 0xC52DFF) is known color: Electric Purple. HEX triplet: C5, 2D and FF. RGB value is (197,45,255). Sum of RGB (Red+Green+Blue) = 197+45+255=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 45 (17.97% from 255 or 9.05% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #C52DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52DFF is #3AD200. Grayscale: #717171. Windows color (decimal): -3854849 or 16723397. OLE color: 16723397.

HSL color Cylindrical-coordinate representation of color #C52DFF: hue angle of 283.43º 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 #C52DFF is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 197 45 255 -
CMYK 0.23 0.82 0 0
HSL 283.43º 1% 0.59% -
HSV(B) 283.43º 0.82% 1% -
XYZ 42.01 20.97 96.44 -
YUV 114.39 207.36 186.92 -
System Red Green Blue C M Y K H S L
Decimal 197 45 255 0.23 0.82 0 0 283.43 1 0.59
Hex C5 2D FF 17 52 0 0 11B 64 3B
Octal 305 55 377 27 122 0 0 433 144 73
Binary 11000101 101101 11111111 10111 1010010 0 0 100011011 1100100 111011

Color Harmonies of #C52DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52DFF

Black with #C52DFF

Text Example


Text Example

White with #C52DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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