Html Css Color HEX #C031FE Electric Purple

📋 copy color: '#C031FE'

red 192 ◦ green 49 ◦ blue 254

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

Shades of Electric Purple #C031FE

Tints of Electric Purple #C031FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 38.79%
G = 9.9%
B = 51.31%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C031FE (or 0xC031FE) is known color: Electric Purple. HEX triplet: C0, 31 and FE. RGB value is (192,49,254). Sum of RGB (Red+Green+Blue) = 192+49+254=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 49 (19.53% from 255 or 9.90% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #C031FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C031FE is #3FCE01. Grayscale: #727272. Windows color (decimal): -4181506 or 16658880. OLE color: 16658880.

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

Color convert

RGB 192 49 254 -
CMYK 0.24 0.81 0 0.00
HSL 281.85º 0.99% 0.59% -
HSV(B) 281.85º 0.81% 1% -
XYZ 40.73 20.56 95.59 -
YUV 115.13 206.38 182.83 -
System Red Green Blue C M Y K H S L
Decimal 192 49 254 0.24 0.81 0 0.00 281.85 0.99 0.59
Hex C0 31 FE 18 51 0 0 11A 63 3B
Octal 300 61 376 30 121 0 0 432 143 73
Binary 11000000 110001 11111110 11000 1010001 0 0 100011010 1100011 111011

Color Harmonies of #C031FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031FE

Black with #C031FE

Text Example


Text Example

White with #C031FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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