Html Css Color HEX #C31BFC Electric Purple

📋 copy color: '#C31BFC'

red 195 ◦ green 27 ◦ blue 252

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

Shades of Electric Purple #C31BFC

Tints of Electric Purple #C31BFC

RGB

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

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

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

R = 41.14%
G = 5.7%
B = 53.16%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C31BFC (or 0xC31BFC) is known color: Electric Purple. HEX triplet: C3, 1B and FC. RGB value is (195,27,252). Sum of RGB (Red+Green+Blue) = 195+27+252=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 27 (10.94% from 255 or 5.70% from 474); Blue value is 252 (98.83% from 255 or 53.16% from 474); Max value from RGB is 252 - color contains mainly: blue. Hex color #C31BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31BFC is #3CE403. Grayscale: #666666. Windows color (decimal): -3990532 or 16522179. OLE color: 16522179.

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

Color convert

RGB 195 27 252 -
CMYK 0.23 0.89 0 0.01
HSL 284.8º 0.97% 0.55% -
HSV(B) 284.8º 0.89% 0.99% -
XYZ 40.47 19.41 93.71 -
YUV 102.88 212.16 193.7 -
System Red Green Blue C M Y K H S L
Decimal 195 27 252 0.23 0.89 0 0.01 284.8 0.97 0.55
Hex C3 1B FC 17 59 0 1 11D 61 37
Octal 303 33 374 27 131 0 1 435 141 67
Binary 11000011 11011 11111100 10111 1011001 0 1 100011101 1100001 110111

Color Harmonies of #C31BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BFC

Black with #C31BFC

Text Example


Text Example

White with #C31BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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