Html Css Color HEX #C31CED Electric Purple

📋 copy color: '#C31CED'

red 195 ◦ green 28 ◦ blue 237

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

Shades of Electric Purple #C31CED

Tints of Electric Purple #C31CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.52%

R = 42.39%
G = 6.09%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C31CED (or 0xC31CED) is known color: Electric Purple. HEX triplet: C3, 1C and ED. RGB value is (195,28,237). Sum of RGB (Red+Green+Blue) = 195+28+237=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #C31CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CED is #3CE312. Grayscale: #656565. Windows color (decimal): -3990291 or 15539395. OLE color: 15539395.

HSL color Cylindrical-coordinate representation of color #C31CED: hue angle of 287.94º degrees, saturation: 0.85, 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 #C31CED is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 28 237 -
CMYK 0.18 0.88 0 0.07
HSL 287.94º 0.85% 0.52% -
HSV(B) 287.94º 0.88% 0.93% -
XYZ 38.21 18.55 81.69 -
YUV 101.76 204.33 194.51 -
System Red Green Blue C M Y K H S L
Decimal 195 28 237 0.18 0.88 0 0.07 287.94 0.85 0.52
Hex C3 1C ED 12 58 0 7 120 55 34
Octal 303 34 355 22 130 0 7 440 125 64
Binary 11000011 11100 11101101 10010 1011000 0 111 100100000 1010101 110100

Color Harmonies of #C31CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CED

Black with #C31CED

Text Example


Text Example

White with #C31CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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