Html Css Color HEX #C31CEB Electric Purple

📋 copy color: '#C31CEB'

red 195 ◦ green 28 ◦ blue 235

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

Shades of Electric Purple #C31CEB

Tints of Electric Purple #C31CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 42.58%
G = 6.11%
B = 51.31%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C31CEB (or 0xC31CEB) is known color: Electric Purple. HEX triplet: C3, 1C and EB. RGB value is (195,28,235). Sum of RGB (Red+Green+Blue) = 195+28+235=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #C31CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CEB is #3CE314. Grayscale: #646464. Windows color (decimal): -3990293 or 15408323. OLE color: 15408323.

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

Color convert

RGB 195 28 235 -
CMYK 0.17 0.88 0 0.08
HSL 288.41º 0.84% 0.52% -
HSV(B) 288.41º 0.88% 0.92% -
XYZ 37.92 18.43 80.16 -
YUV 101.53 203.33 194.67 -
System Red Green Blue C M Y K H S L
Decimal 195 28 235 0.17 0.88 0 0.08 288.41 0.84 0.52
Hex C3 1C EB 11 58 0 8 120 54 34
Octal 303 34 353 21 130 0 10 440 124 64
Binary 11000011 11100 11101011 10001 1011000 0 1000 100100000 1010100 110100

Color Harmonies of #C31CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CEB

Black with #C31CEB

Text Example


Text Example

White with #C31CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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