Html Css Color HEX #C512FC Electric Purple

📋 copy color: '#C512FC'

red 197 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #C512FC

Tints of Electric Purple #C512FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.85%

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 42.18%
G = 3.85%
B = 53.96%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C512FC (or 0xC512FC) is known color: Electric Purple. HEX triplet: C5, 12 and FC. RGB value is (197,18,252). Sum of RGB (Red+Green+Blue) = 197+18+252=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 18 (7.42% from 255 or 3.85% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #C512FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512FC is #3AED03. Grayscale: #616161. Windows color (decimal): -3861764 or 16519877. OLE color: 16519877.

HSL color Cylindrical-coordinate representation of color #C512FC: hue angle of 285.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C512FC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 18 252 -
CMYK 0.22 0.93 0 0.01
HSL 285.9º 0.98% 0.53% -
HSV(B) 285.9º 0.93% 0.99% -
XYZ 40.81 19.33 93.68 -
YUV 98.2 214.8 198.47 -
System Red Green Blue C M Y K H S L
Decimal 197 18 252 0.22 0.93 0 0.01 285.9 0.98 0.53
Hex C5 12 FC 16 5D 0 1 11E 62 35
Octal 305 22 374 26 135 0 1 436 142 65
Binary 11000101 10010 11111100 10110 1011101 0 1 100011110 1100010 110101

Color Harmonies of #C512FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512FC

Black with #C512FC

Text Example


Text Example

White with #C512FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512FC; }

 p { color: rgb(197,18,252); }

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

background-color css

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

 a { background-color: rgb(197,18,252); }

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

border-color css

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

 span { border-color: rgb(197,18,252); }

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