Html Css Color HEX #C31DEC Electric Purple

📋 copy color: '#C31DEC'

red 195 ◦ green 29 ◦ blue 236

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

Shades of Electric Purple #C31DEC

Tints of Electric Purple #C31DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 42.39%
G = 6.3%
B = 51.3%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C31DEC (or 0xC31DEC) is known color: Electric Purple. HEX triplet: C3, 1D and EC. RGB value is (195,29,236). Sum of RGB (Red+Green+Blue) = 195+29+236=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 29 (11.72% from 255 or 6.30% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #C31DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31DEC is #3CE213. Grayscale: #656565. Windows color (decimal): -3990036 or 15474115. OLE color: 15474115.

HSL color Cylindrical-coordinate representation of color #C31DEC: hue angle of 288.12º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31DEC is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 29 236 -
CMYK 0.17 0.88 0 0.07
HSL 288.12º 0.84% 0.52% -
HSV(B) 288.12º 0.88% 0.93% -
XYZ 38.09 18.54 80.93 -
YUV 102.23 203.5 194.17 -
System Red Green Blue C M Y K H S L
Decimal 195 29 236 0.17 0.88 0 0.07 288.12 0.84 0.52
Hex C3 1D EC 11 58 0 7 120 54 34
Octal 303 35 354 21 130 0 7 440 124 64
Binary 11000011 11101 11101100 10001 1011000 0 111 100100000 1010100 110100

Color Harmonies of #C31DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31DEC

Black with #C31DEC

Text Example


Text Example

White with #C31DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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