Html Css Color HEX #C31CFB Electric Purple

📋 copy color: '#C31CFB'

red 195 ◦ green 28 ◦ blue 251

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

Shades of Electric Purple #C31CFB

Tints of Electric Purple #C31CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.91%

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

R = 41.14%
G = 5.91%
B = 52.95%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C31CFB (or 0xC31CFB) is known color: Electric Purple. HEX triplet: C3, 1C and FB. RGB value is (195,28,251). Sum of RGB (Red+Green+Blue) = 195+28+251=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 28 (11.33% from 255 or 5.91% from 474); Blue value is 251 (98.44% from 255 or 52.95% from 474); Max value from RGB is 251 - color contains mainly: blue. Hex color #C31CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CFB is #3CE304. Grayscale: #666666. Windows color (decimal): -3990277 or 16456899. OLE color: 16456899.

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

Color convert

RGB 195 28 251 -
CMYK 0.22 0.89 0 0.02
HSL 284.93º 0.97% 0.55% -
HSV(B) 284.93º 0.89% 0.98% -
XYZ 40.33 19.4 92.89 -
YUV 103.36 211.33 193.37 -
System Red Green Blue C M Y K H S L
Decimal 195 28 251 0.22 0.89 0 0.02 284.93 0.97 0.55
Hex C3 1C FB 16 59 0 2 11D 61 37
Octal 303 34 373 26 131 0 2 435 141 67
Binary 11000011 11100 11111011 10110 1011001 0 10 100011101 1100001 110111

Color Harmonies of #C31CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CFB

Black with #C31CFB

Text Example


Text Example

White with #C31CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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