Html Css Color HEX #C52CED Electric Purple

📋 copy color: '#C52CED'

red 197 ◦ green 44 ◦ blue 237

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

Shades of Electric Purple #C52CED

Tints of Electric Purple #C52CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.58%

R = 41.21%
G = 9.21%
B = 49.58%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C52CED (or 0xC52CED) is known color: Electric Purple. HEX triplet: C5, 2C and ED. RGB value is (197,44,237). Sum of RGB (Red+Green+Blue) = 197+44+237=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #C52CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C52CED is #3AD312. Grayscale: #6F6F6F. Windows color (decimal): -3855123 or 15543493. OLE color: 15543493.

HSL color Cylindrical-coordinate representation of color #C52CED: hue angle of 287.56º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52CED is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 44 237 -
CMYK 0.17 0.81 0 0.07
HSL 287.56º 0.84% 0.55% -
HSV(B) 287.56º 0.81% 0.93% -
XYZ 39.21 19.79 81.87 -
YUV 111.75 198.69 188.81 -
System Red Green Blue C M Y K H S L
Decimal 197 44 237 0.17 0.81 0 0.07 287.56 0.84 0.55
Hex C5 2C ED 11 51 0 7 120 54 37
Octal 305 54 355 21 121 0 7 440 124 67
Binary 11000101 101100 11101101 10001 1010001 0 111 100100000 1010100 110111

Color Harmonies of #C52CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52CED

Black with #C52CED

Text Example


Text Example

White with #C52CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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