Html Css Color HEX #C931FF Electric Purple

📋 copy color: '#C931FF'

red 201 ◦ green 49 ◦ blue 255

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

Shades of Electric Purple #C931FF

Tints of Electric Purple #C931FF

RGB

 RED value IS 201 (78.91% from 255) = 39.8%

 GREEN value IS 49 (19.53% from 255) = 9.7%

 BLUE value IS 255 (100% from 255) = 50.5%

R = 39.8%
G = 9.7%
B = 50.5%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C931FF (or 0xC931FF) is known color: Electric Purple. HEX triplet: C9, 31 and FF. RGB value is (201,49,255). Sum of RGB (Red+Green+Blue) = 201+49+255=505 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.80% from 505); Green value is 49 (19.53% from 255 or 9.70% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #C931FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C931FF is #36CE00. Grayscale: #757575. Windows color (decimal): -3591681 or 16724425. OLE color: 16724425.

HSL color Cylindrical-coordinate representation of color #C931FF: hue angle of 284.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C931FF is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 49 255 -
CMYK 0.21 0.81 0 0
HSL 284.27º 1% 0.6% -
HSV(B) 284.27º 0.81% 1% -
XYZ 43.24 21.83 96.54 -
YUV 117.93 205.36 187.25 -
System Red Green Blue C M Y K H S L
Decimal 201 49 255 0.21 0.81 0 0 284.27 1 0.6
Hex C9 31 FF 15 51 0 0 11C 64 3C
Octal 311 61 377 25 121 0 0 434 144 74
Binary 11001001 110001 11111111 10101 1010001 0 0 100011100 1100100 111100

Color Harmonies of #C931FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931FF

Black with #C931FF

Text Example


Text Example

White with #C931FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931FF; }

 p { color: rgb(201,49,255); }

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

background-color css

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

 a { background-color: rgb(201,49,255); }

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

border-color css

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

 span { border-color: rgb(201,49,255); }

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