Html Css Color HEX #C031FB Electric Purple

📋 copy color: '#C031FB'

red 192 ◦ green 49 ◦ blue 251

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

Shades of Electric Purple #C031FB

Tints of Electric Purple #C031FB

RGB

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

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

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

R = 39.02%
G = 9.96%
B = 51.02%

CMYK

 C value IS 0.24

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C031FB (or 0xC031FB) is known color: Electric Purple. HEX triplet: C0, 31 and FB. RGB value is (192,49,251). Sum of RGB (Red+Green+Blue) = 192+49+251=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 49 (19.53% from 255 or 9.96% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #C031FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FB is #3FCE04. Grayscale: #727272. Windows color (decimal): -4181509 or 16462272. OLE color: 16462272.

HSL color Cylindrical-coordinate representation of color #C031FB: hue angle of 282.48º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C031FB is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 49 251 -
CMYK 0.24 0.80 0 0.02
HSL 282.48º 0.96% 0.59% -
HSV(B) 282.48º 0.8% 0.98% -
XYZ 40.25 20.37 93.08 -
YUV 114.79 204.88 183.07 -
System Red Green Blue C M Y K H S L
Decimal 192 49 251 0.24 0.80 0 0.02 282.48 0.96 0.59
Hex C0 31 FB 18 50 0 2 11A 60 3B
Octal 300 61 373 30 120 0 2 432 140 73
Binary 11000000 110001 11111011 11000 1010000 0 10 100011010 1100000 111011

Color Harmonies of #C031FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031FB

Black with #C031FB

Text Example


Text Example

White with #C031FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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