Html Css Color HEX #C31DFA Electric Purple

📋 copy color: '#C31DFA'

red 195 ◦ green 29 ◦ blue 250

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

Shades of Electric Purple #C31DFA

Tints of Electric Purple #C31DFA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.12%

 BLUE value IS 250 (98.05% from 255) = 52.74%

R = 41.14%
G = 6.12%
B = 52.74%

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

#C31DFA (or 0xC31DFA) is known color: Electric Purple. HEX triplet: C3, 1D and FA. RGB value is (195,29,250). Sum of RGB (Red+Green+Blue) = 195+29+250=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #C31DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DFA is #3CE205. Grayscale: #676767. Windows color (decimal): -3990022 or 16391619. OLE color: 16391619.

HSL color Cylindrical-coordinate representation of color #C31DFA: hue angle of 285.07º 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 #C31DFA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 29 250 -
CMYK 0.22 0.88 0 0.02
HSL 285.07º 0.96% 0.55% -
HSV(B) 285.07º 0.88% 0.98% -
XYZ 40.2 19.38 92.06 -
YUV 103.83 210.5 193.03 -
System Red Green Blue C M Y K H S L
Decimal 195 29 250 0.22 0.88 0 0.02 285.07 0.96 0.55
Hex C3 1D FA 16 58 0 2 11D 60 37
Octal 303 35 372 26 130 0 2 435 140 67
Binary 11000011 11101 11111010 10110 1011000 0 10 100011101 1100000 110111

Color Harmonies of #C31DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DFA

Black with #C31DFA

Text Example


Text Example

White with #C31DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DFA; }

 p { color: rgb(195,29,250); }

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

background-color css

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

 a { background-color: rgb(195,29,250); }

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

border-color css

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

 span { border-color: rgb(195,29,250); }

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