Html Css Color HEX #C31AFC Electric Purple

📋 copy color: '#C31AFC'

red 195 ◦ green 26 ◦ blue 252

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

Shades of Electric Purple #C31AFC

Tints of Electric Purple #C31AFC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.5%

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

R = 41.23%
G = 5.5%
B = 53.28%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C31AFC (or 0xC31AFC) is known color: Electric Purple. HEX triplet: C3, 1A and FC. RGB value is (195,26,252). Sum of RGB (Red+Green+Blue) = 195+26+252=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C31AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31AFC is #3CE503. Grayscale: #656565. Windows color (decimal): -3990788 or 16521923. OLE color: 16521923.

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

Color convert

RGB 195 26 252 -
CMYK 0.23 0.90 0 0.01
HSL 284.87º 0.97% 0.55% -
HSV(B) 284.87º 0.9% 0.99% -
XYZ 40.45 19.37 93.7 -
YUV 102.3 212.49 194.12 -
System Red Green Blue C M Y K H S L
Decimal 195 26 252 0.23 0.90 0 0.01 284.87 0.97 0.55
Hex C3 1A FC 17 5A 0 1 11D 61 37
Octal 303 32 374 27 132 0 1 435 141 67
Binary 11000011 11010 11111100 10111 1011010 0 1 100011101 1100001 110111

Color Harmonies of #C31AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31AFC

Black with #C31AFC

Text Example


Text Example

White with #C31AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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