Html Css Color HEX #C031FC Electric Purple

📋 copy color: '#C031FC'

red 192 ◦ green 49 ◦ blue 252

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

Shades of Electric Purple #C031FC

Tints of Electric Purple #C031FC

RGB

 RED value IS 192 (75.39% from 255) = 38.95%

 GREEN value IS 49 (19.53% from 255) = 9.94%

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

R = 38.95%
G = 9.94%
B = 51.12%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C031FC (or 0xC031FC) is known color: Electric Purple. HEX triplet: C0, 31 and FC. RGB value is (192,49,252). Sum of RGB (Red+Green+Blue) = 192+49+252=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 49 (19.53% from 255 or 9.94% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C031FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FC is #3FCE03. Grayscale: #727272. Windows color (decimal): -4181508 or 16527808. OLE color: 16527808.

HSL color Cylindrical-coordinate representation of color #C031FC: hue angle of 282.27º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C031FC is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 49 252 -
CMYK 0.24 0.81 0 0.01
HSL 282.27º 0.97% 0.59% -
HSV(B) 282.27º 0.81% 0.99% -
XYZ 40.41 20.43 93.91 -
YUV 114.9 205.38 182.99 -
System Red Green Blue C M Y K H S L
Decimal 192 49 252 0.24 0.81 0 0.01 282.27 0.97 0.59
Hex C0 31 FC 18 51 0 1 11A 61 3B
Octal 300 61 374 30 121 0 1 432 141 73
Binary 11000000 110001 11111100 11000 1010001 0 1 100011010 1100001 111011

Color Harmonies of #C031FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031FC

Black with #C031FC

Text Example


Text Example

White with #C031FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031FC; }

 p { color: rgb(192,49,252); }

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

background-color css

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

 a { background-color: rgb(192,49,252); }

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

border-color css

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

 span { border-color: rgb(192,49,252); }

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