Html Css Color HEX #C31CEE Electric Purple

📋 copy color: '#C31CEE'

red 195 ◦ green 28 ◦ blue 238

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

Shades of Electric Purple #C31CEE

Tints of Electric Purple #C31CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.63%

R = 42.3%
G = 6.07%
B = 51.63%

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

#C31CEE (or 0xC31CEE) is known color: Electric Purple. HEX triplet: C3, 1C and EE. RGB value is (195,28,238). Sum of RGB (Red+Green+Blue) = 195+28+238=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #C31CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CEE is #3CE311. Grayscale: #656565. Windows color (decimal): -3990290 or 15604931. OLE color: 15604931.

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

Color convert

RGB 195 28 238 -
CMYK 0.18 0.88 0 0.07
HSL 287.71º 0.86% 0.52% -
HSV(B) 287.71º 0.88% 0.93% -
XYZ 38.35 18.61 82.46 -
YUV 101.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 195 28 238 0.18 0.88 0 0.07 287.71 0.86 0.52
Hex C3 1C EE 12 58 0 7 120 56 34
Octal 303 34 356 22 130 0 7 440 126 64
Binary 11000011 11100 11101110 10010 1011000 0 111 100100000 1010110 110100

Color Harmonies of #C31CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CEE

Black with #C31CEE

Text Example


Text Example

White with #C31CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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