Html Css Color HEX #C31CF2 Electric Purple

📋 copy color: '#C31CF2'

red 195 ◦ green 28 ◦ blue 242

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

Shades of Electric Purple #C31CF2

Tints of Electric Purple #C31CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.04%

R = 41.94%
G = 6.02%
B = 52.04%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C31CF2 (or 0xC31CF2) is known color: Electric Purple. HEX triplet: C3, 1C and F2. RGB value is (195,28,242). Sum of RGB (Red+Green+Blue) = 195+28+242=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 28 (11.33% from 255 or 6.02% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #C31CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31CF2 is #3CE30D. Grayscale: #656565. Windows color (decimal): -3990286 or 15867075. OLE color: 15867075.

HSL color Cylindrical-coordinate representation of color #C31CF2: hue angle of 286.82º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C31CF2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 28 242 -
CMYK 0.19 0.88 0 0.05
HSL 286.82º 0.89% 0.53% -
HSV(B) 286.82º 0.88% 0.95% -
XYZ 38.95 18.84 85.59 -
YUV 102.33 206.83 194.1 -
System Red Green Blue C M Y K H S L
Decimal 195 28 242 0.19 0.88 0 0.05 286.82 0.89 0.53
Hex C3 1C F2 13 58 0 5 11F 59 35
Octal 303 34 362 23 130 0 5 437 131 65
Binary 11000011 11100 11110010 10011 1011000 0 101 100011111 1011001 110101

Color Harmonies of #C31CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31CF2

Black with #C31CF2

Text Example


Text Example

White with #C31CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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