Html Css Color HEX #C31BFE Electric Purple

📋 copy color: '#C31BFE'

red 195 ◦ green 27 ◦ blue 254

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

Shades of Electric Purple #C31BFE

Tints of Electric Purple #C31BFE

RGB

 RED value IS 195 (76.56% from 255) = 40.97%

 GREEN value IS 27 (10.94% from 255) = 5.67%

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

R = 40.97%
G = 5.67%
B = 53.36%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C31BFE (or 0xC31BFE) is known color: Electric Purple. HEX triplet: C3, 1B and FE. RGB value is (195,27,254). Sum of RGB (Red+Green+Blue) = 195+27+254=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 27 (10.94% from 255 or 5.67% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #C31BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31BFE is #3CE401. Grayscale: #666666. Windows color (decimal): -3990530 or 16653251. OLE color: 16653251.

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

Color convert

RGB 195 27 254 -
CMYK 0.23 0.89 0 0.00
HSL 284.41º 0.99% 0.55% -
HSV(B) 284.41º 0.89% 1% -
XYZ 40.79 19.54 95.39 -
YUV 103.11 213.16 193.54 -
System Red Green Blue C M Y K H S L
Decimal 195 27 254 0.23 0.89 0 0.00 284.41 0.99 0.55
Hex C3 1B FE 17 59 0 0 11C 63 37
Octal 303 33 376 27 131 0 0 434 143 67
Binary 11000011 11011 11111110 10111 1011001 0 0 100011100 1100011 110111

Color Harmonies of #C31BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BFE

Black with #C31BFE

Text Example


Text Example

White with #C31BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BFE; }

 p { color: rgb(195,27,254); }

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

background-color css

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

 a { background-color: rgb(195,27,254); }

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

border-color css

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

 span { border-color: rgb(195,27,254); }

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