Html Css Color HEX #C512FB Electric Purple

📋 copy color: '#C512FB'

red 197 ◦ green 18 ◦ blue 251

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

Shades of Electric Purple #C512FB

Tints of Electric Purple #C512FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.86%

R = 42.27%
G = 3.86%
B = 53.86%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C512FB (or 0xC512FB) is known color: Electric Purple. HEX triplet: C5, 12 and FB. RGB value is (197,18,251). Sum of RGB (Red+Green+Blue) = 197+18+251=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C512FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C512FB is #3AED04. Grayscale: #616161. Windows color (decimal): -3861765 or 16454341. OLE color: 16454341.

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

Color convert

RGB 197 18 251 -
CMYK 0.22 0.93 0 0.02
HSL 286.09º 0.97% 0.53% -
HSV(B) 286.09º 0.93% 0.98% -
XYZ 40.65 19.27 92.84 -
YUV 98.08 214.3 198.55 -
System Red Green Blue C M Y K H S L
Decimal 197 18 251 0.22 0.93 0 0.02 286.09 0.97 0.53
Hex C5 12 FB 16 5D 0 2 11E 61 35
Octal 305 22 373 26 135 0 2 436 141 65
Binary 11000101 10010 11111011 10110 1011101 0 10 100011110 1100001 110101

Color Harmonies of #C512FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512FB

Black with #C512FB

Text Example


Text Example

White with #C512FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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