Html Css Color HEX #C31FFB Electric Purple

📋 copy color: '#C31FFB'

red 195 ◦ green 31 ◦ blue 251

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

Shades of Electric Purple #C31FFB

Tints of Electric Purple #C31FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.5%

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

R = 40.88%
G = 6.5%
B = 52.62%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C31FFB (or 0xC31FFB) is known color: Electric Purple. HEX triplet: C3, 1F and FB. RGB value is (195,31,251). Sum of RGB (Red+Green+Blue) = 195+31+251=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 31 (12.5% from 255 or 6.50% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #C31FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31FFB is #3CE004. Grayscale: #686868. Windows color (decimal): -3989509 or 16457667. OLE color: 16457667.

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

Color convert

RGB 195 31 251 -
CMYK 0.22 0.88 0 0.02
HSL 284.73º 0.96% 0.55% -
HSV(B) 284.73º 0.88% 0.98% -
XYZ 40.41 19.55 92.91 -
YUV 105.12 210.33 192.11 -
System Red Green Blue C M Y K H S L
Decimal 195 31 251 0.22 0.88 0 0.02 284.73 0.96 0.55
Hex C3 1F FB 16 58 0 2 11D 60 37
Octal 303 37 373 26 130 0 2 435 140 67
Binary 11000011 11111 11111011 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C31FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31FFB

Black with #C31FFB

Text Example


Text Example

White with #C31FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31FFB; }

 p { color: rgb(195,31,251); }

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

background-color css

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

 a { background-color: rgb(195,31,251); }

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

border-color css

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

 span { border-color: rgb(195,31,251); }

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