Html Css Color HEX #C31BF2 Electric Purple

📋 copy color: '#C31BF2'

red 195 ◦ green 27 ◦ blue 242

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

Shades of Electric Purple #C31BF2

Tints of Electric Purple #C31BF2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.82%

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

R = 42.03%
G = 5.82%
B = 52.16%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C31BF2 (or 0xC31BF2) is known color: Electric Purple. HEX triplet: C3, 1B and F2. RGB value is (195,27,242). Sum of RGB (Red+Green+Blue) = 195+27+242=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #C31BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C31BF2 is #3CE40D. Grayscale: #656565. Windows color (decimal): -3990542 or 15866819. OLE color: 15866819.

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

Color convert

RGB 195 27 242 -
CMYK 0.19 0.89 0 0.05
HSL 286.88º 0.89% 0.53% -
HSV(B) 286.88º 0.89% 0.95% -
XYZ 38.92 18.8 85.58 -
YUV 101.74 207.16 194.52 -
System Red Green Blue C M Y K H S L
Decimal 195 27 242 0.19 0.89 0 0.05 286.88 0.89 0.53
Hex C3 1B F2 13 59 0 5 11F 59 35
Octal 303 33 362 23 131 0 5 437 131 65
Binary 11000011 11011 11110010 10011 1011001 0 101 100011111 1011001 110101

Color Harmonies of #C31BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31BF2

Black with #C31BF2

Text Example


Text Example

White with #C31BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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